Html Css Color HEX #FFD812 School Bus Yellow

📋 copy color: '#FFD812'

red 255 ◦ green 216 ◦ blue 18

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

Shades of School Bus Yellow #FFD812

Tints of School Bus Yellow #FFD812

RGB

 RED value IS 255 (100% from 255) = 52.15%

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

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

R = 52.15%
G = 44.17%
B = 3.68%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#FFD812 (or 0xFFD812) is known color: School Bus Yellow. HEX triplet: FF, D8 and 12. RGB value is (255,216,18). Sum of RGB (Red+Green+Blue) = 255+216+18=489 (64% of max value = 765). Red value is 255 (100% from 255 or 52.15% from 489); Green value is 216 (84.77% from 255 or 44.17% from 489); Blue value is 18 (7.42% from 255 or 3.68% from 489); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD812 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD812 is #0027ED. Grayscale: #CDCDCD. Windows color (decimal): -10222 or 1235199. OLE color: 1235199.

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

Color convert

RGB 255 216 18 -
CMYK 0 0.15 0.93 0
HSL 50.13º 1% 0.54% -
HSV(B) 50.13º 0.93% 1% -
XYZ 65.91 70.42 10.69 -
YUV 205.09 22.42 163.6 -
System Red Green Blue C M Y K H S L
Decimal 255 216 18 0 0.15 0.93 0 50.13 1 0.54
Hex FF D8 12 0 F 5D 0 32 64 36
Octal 377 330 22 0 17 135 0 62 144 66
Binary 11111111 11011000 10010 0 1111 1011101 0 110010 1100100 110110

Color Harmonies of #FFD812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD812

Black with #FFD812

Text Example


Text Example

White with #FFD812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD812; }

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

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

background-color css

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

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

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

border-color css

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

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

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