Html Css Color HEX #FED90A School Bus Yellow

📋 copy color: '#FED90A'

red 254 ◦ green 217 ◦ blue 10

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

Shades of School Bus Yellow #FED90A

Tints of School Bus Yellow #FED90A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.08%

R = 52.81%
G = 45.11%
B = 2.08%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.96

 K value IS 0.00

RGB Variations

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

Color information

#FED90A (or 0xFED90A) is known color: School Bus Yellow. HEX triplet: FE, D9 and 0A. RGB value is (254,217,10). Sum of RGB (Red+Green+Blue) = 254+217+10=481 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.81% from 481); Green value is 217 (85.16% from 255 or 45.11% from 481); Blue value is 10 (4.30% from 255 or 2.08% from 481); Max value from RGB is 254 - color contains mainly: red. Hex color #FED90A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED90A is #0126F5. Grayscale: #CDCDCD. Windows color (decimal): -75510 or 711166. OLE color: 711166.

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

Color convert

RGB 254 217 10 -
CMYK 0 0.15 0.96 0.00
HSL 50.9º 0.99% 0.52% -
HSV(B) 50.9º 0.96% 1% -
XYZ 65.74 70.72 10.47 -
YUV 204.47 18.26 163.33 -
System Red Green Blue C M Y K H S L
Decimal 254 217 10 0 0.15 0.96 0.00 50.9 0.99 0.52
Hex FE D9 A 0 F 60 0 33 63 34
Octal 376 331 12 0 17 140 0 63 143 64
Binary 11111110 11011001 1010 0 1111 1100000 0 110011 1100011 110100

Color Harmonies of #FED90A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED90A

Black with #FED90A

Text Example


Text Example

White with #FED90A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED90A; }

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

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

background-color css

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

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

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

border-color css

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

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

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