Html Css Color HEX #FED90E School Bus Yellow

📋 copy color: '#FED90E'

red 254 ◦ green 217 ◦ blue 14

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

Shades of School Bus Yellow #FED90E

Tints of School Bus Yellow #FED90E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 2.89%

R = 52.37%
G = 44.74%
B = 2.89%

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

#FED90E (or 0xFED90E) is known color: School Bus Yellow. HEX triplet: FE, D9 and 0E. RGB value is (254,217,14). Sum of RGB (Red+Green+Blue) = 254+217+14=485 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.37% from 485); Green value is 217 (85.16% from 255 or 44.74% from 485); Blue value is 14 (5.86% from 255 or 2.89% from 485); Max value from RGB is 254 - color contains mainly: red. Hex color #FED90E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED90E is #0126F1. Grayscale: #CDCDCD. Windows color (decimal): -75506 or 973310. OLE color: 973310.

HSL color Cylindrical-coordinate representation of color #FED90E: hue angle of 50.75º 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 #FED90E is Cyan = 0, Magento = 0.15, Yellow = 0.94 and Black (K on CMYK) = 0.00.

Color convert

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

Color Harmonies of #FED90E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED90E

Black with #FED90E

Text Example


Text Example

White with #FED90E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED90E; }

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

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

background-color css

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

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

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

border-color css

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

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

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