Html Css Color HEX #FED812 School Bus Yellow

📋 copy color: '#FED812'

red 254 ◦ green 216 ◦ blue 18

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

Shades of School Bus Yellow #FED812

Tints of School Bus Yellow #FED812

RGB

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

 GREEN value IS 216 (84.77% from 255) = 44.26%

 BLUE value IS 18 (7.42% from 255) = 3.69%

R = 52.05%
G = 44.26%
B = 3.69%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.93

 K value IS 0.00

RGB Variations

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

Color information

#FED812 (or 0xFED812) is known color: School Bus Yellow. HEX triplet: FE, D8 and 12. RGB value is (254,216,18). Sum of RGB (Red+Green+Blue) = 254+216+18=488 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.05% from 488); Green value is 216 (84.77% from 255 or 44.26% from 488); Blue value is 18 (7.42% from 255 or 3.69% from 488); Max value from RGB is 254 - color contains mainly: red. Hex color #FED812 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED812 is #0127ED. Grayscale: #CDCDCD. Windows color (decimal): -75758 or 1235198. OLE color: 1235198.

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

Color convert

RGB 254 216 18 -
CMYK 0 0.15 0.93 0.00
HSL 50.34º 0.99% 0.53% -
HSV(B) 50.34º 0.93% 1% -
XYZ 65.54 70.23 10.67 -
YUV 204.79 22.59 163.1 -
System Red Green Blue C M Y K H S L
Decimal 254 216 18 0 0.15 0.93 0.00 50.34 0.99 0.53
Hex FE D8 12 0 F 5D 0 32 63 35
Octal 376 330 22 0 17 135 0 62 143 65
Binary 11111110 11011000 10010 0 1111 1011101 0 110010 1100011 110101

Color Harmonies of #FED812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED812

Black with #FED812

Text Example


Text Example

White with #FED812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED812; }

 p { color: rgb(254,216,18); }

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

background-color css

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

 a { background-color: rgb(254,216,18); }

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

border-color css

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

 span { border-color: rgb(254,216,18); }

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