Html Css Color HEX #FED90F School Bus Yellow

📋 copy color: '#FED90F'

red 254 ◦ green 217 ◦ blue 15

#FED90F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of School Bus Yellow #FED90F

Tints of School Bus Yellow #FED90F

RGB

 RED value IS 254 (99.61% from 255) = 52.26%

 GREEN value IS 217 (85.16% from 255) = 44.65%

 BLUE value IS 15 (6.25% from 255) = 3.09%

R = 52.26%
G = 44.65%
B = 3.09%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.94

 K value IS 0.00

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FED90F (or 0xFED90F) is known color: School Bus Yellow. HEX triplet: FE, D9 and 0F. RGB value is (254,217,15). Sum of RGB (Red+Green+Blue) = 254+217+15=486 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.26% from 486); Green value is 217 (85.16% from 255 or 44.65% from 486); Blue value is 15 (6.25% from 255 or 3.09% from 486); Max value from RGB is 254 - color contains mainly: red. Hex color #FED90F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED90F is #0126F0. Grayscale: #CDCDCD. Windows color (decimal): -75505 or 1038846. OLE color: 1038846.

HSL color Cylindrical-coordinate representation of color #FED90F: hue angle of 50.71º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FED90F is Cyan = 0, Magento = 0.15, Yellow = 0.94 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 217 15 -
CMYK 0 0.15 0.94 0.00
HSL 50.71º 0.99% 0.53% -
HSV(B) 50.71º 0.94% 1% -
XYZ 65.77 70.73 10.64 -
YUV 205.04 20.76 162.93 -
System Red Green Blue C M Y K H S L
Decimal 254 217 15 0 0.15 0.94 0.00 50.71 0.99 0.53
Hex FE D9 F 0 F 5E 0 33 63 35
Octal 376 331 17 0 17 136 0 63 143 65
Binary 11111110 11011001 1111 0 1111 1011110 0 110011 1100011 110101

Color Harmonies of #FED90F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED90F

Black with #FED90F

Text Example


Text Example

White with #FED90F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED90F; }

 p { color: rgb(254,217,15); }

 H1.HeaderClassName
 {
   color: #FED90F;
 }
 .AnyTagClassName
 {
   color: #FED90F;
 }
</style>

background-color css

<style>
 a { background-color: #FED90F; }

 a { background-color: rgb(254,217,15); }

 div.DivClassName
 {
   background-color: #FED90F;
 }
 .BgClassName
 {
   background-color: #FED90F;
 }
</style>

border-color css

<style>
 span { border-color: #FED90F; }

 span { border-color: rgb(254,217,15); }

 td.TdClassName
 {
   border-color: #FED90F;
 }
 .TagClassName
 {
   border-color: #FED90F;
 }
</style>