Html Css Color HEX #FCDA09 School Bus Yellow

📋 copy color: '#FCDA09'

red 252 ◦ green 218 ◦ blue 9

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

Shades of School Bus Yellow #FCDA09

Tints of School Bus Yellow #FCDA09

RGB

 RED value IS 252 (98.83% from 255) = 52.61%

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

 BLUE value IS 9 (3.91% from 255) = 1.88%

R = 52.61%
G = 45.51%
B = 1.88%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FCDA09 (or 0xFCDA09) is known color: School Bus Yellow. HEX triplet: FC, DA and 09. RGB value is (252,218,9). Sum of RGB (Red+Green+Blue) = 252+218+9=479 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.61% from 479); Green value is 218 (85.55% from 255 or 45.51% from 479); Blue value is 9 (3.91% from 255 or 1.88% from 479); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDA09 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCDA09 is #0325F6. Grayscale: #CDCDCD. Windows color (decimal): -206327 or 645884. OLE color: 645884.

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

Color convert

RGB 252 218 9 -
CMYK 0 0.13 0.96 0.01
HSL 51.6º 0.98% 0.51% -
HSV(B) 51.6º 0.96% 0.99% -
XYZ 65.27 70.86 10.5 -
YUV 204.34 17.76 161.99 -
System Red Green Blue C M Y K H S L
Decimal 252 218 9 0 0.13 0.96 0.01 51.6 0.98 0.51
Hex FC DA 9 0 D 60 1 34 62 33
Octal 374 332 11 0 15 140 1 64 142 63
Binary 11111100 11011010 1001 0 1101 1100000 1 110100 1100010 110011

Color Harmonies of #FCDA09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDA09

Black with #FCDA09

Text Example


Text Example

White with #FCDA09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDA09; }

 p { color: rgb(252,218,9); }

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

background-color css

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

 a { background-color: rgb(252,218,9); }

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

border-color css

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

 span { border-color: rgb(252,218,9); }

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