Html Css Color HEX #FDDA0C School Bus Yellow

📋 copy color: '#FDDA0C'

red 253 ◦ green 218 ◦ blue 12

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

Shades of School Bus Yellow #FDDA0C

Tints of School Bus Yellow #FDDA0C

RGB

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

 GREEN value IS 218 (85.55% from 255) = 45.13%

 BLUE value IS 12 (5.08% from 255) = 2.48%

R = 52.38%
G = 45.13%
B = 2.48%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FDDA0C (or 0xFDDA0C) is known color: School Bus Yellow. HEX triplet: FD, DA and 0C. RGB value is (253,218,12). Sum of RGB (Red+Green+Blue) = 253+218+12=483 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.38% from 483); Green value is 218 (85.55% from 255 or 45.13% from 483); Blue value is 12 (5.08% from 255 or 2.48% from 483); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDA0C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDDA0C is #0225F3. Grayscale: #CDCDCD. Windows color (decimal): -140788 or 842493. OLE color: 842493.

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

Color convert

RGB 253 218 12 -
CMYK 0 0.14 0.95 0.01
HSL 51.29º 0.98% 0.52% -
HSV(B) 51.29º 0.95% 0.99% -
XYZ 65.65 71.05 10.6 -
YUV 204.98 19.1 162.25 -
System Red Green Blue C M Y K H S L
Decimal 253 218 12 0 0.14 0.95 0.01 51.29 0.98 0.52
Hex FD DA C 0 E 5F 1 33 62 34
Octal 375 332 14 0 16 137 1 63 142 64
Binary 11111101 11011010 1100 0 1110 1011111 1 110011 1100010 110100

Color Harmonies of #FDDA0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDA0C

Black with #FDDA0C

Text Example


Text Example

White with #FDDA0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDA0C; }

 p { color: rgb(253,218,12); }

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

background-color css

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

 a { background-color: rgb(253,218,12); }

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

border-color css

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

 span { border-color: rgb(253,218,12); }

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