Html Css Color HEX #FDD812 School Bus Yellow

📋 copy color: '#FDD812'

red 253 ◦ green 216 ◦ blue 18

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

Shades of School Bus Yellow #FDD812

Tints of School Bus Yellow #FDD812

RGB

 RED value IS 253 (99.22% from 255) = 51.95%

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

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

R = 51.95%
G = 44.35%
B = 3.7%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FDD812 (or 0xFDD812) is known color: School Bus Yellow. HEX triplet: FD, D8 and 12. RGB value is (253,216,18). Sum of RGB (Red+Green+Blue) = 253+216+18=487 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.95% from 487); Green value is 216 (84.77% from 255 or 44.35% from 487); Blue value is 18 (7.42% from 255 or 3.70% from 487); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD812 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDD812 is #0227ED. Grayscale: #CDCDCD. Windows color (decimal): -141294 or 1235197. OLE color: 1235197.

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

Color convert

RGB 253 216 18 -
CMYK 0 0.15 0.93 0.01
HSL 50.55º 0.98% 0.53% -
HSV(B) 50.55º 0.93% 0.99% -
XYZ 65.17 70.04 10.66 -
YUV 204.49 22.76 162.6 -
System Red Green Blue C M Y K H S L
Decimal 253 216 18 0 0.15 0.93 0.01 50.55 0.98 0.53
Hex FD D8 12 0 F 5D 1 33 62 35
Octal 375 330 22 0 17 135 1 63 142 65
Binary 11111101 11011000 10010 0 1111 1011101 1 110011 1100010 110101

Color Harmonies of #FDD812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD812

Black with #FDD812

Text Example


Text Example

White with #FDD812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD812; }

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

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

background-color css

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

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

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

border-color css

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

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

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