Html Css Color HEX #FCDA0C School Bus Yellow

📋 copy color: '#FCDA0C'

red 252 ◦ green 218 ◦ blue 12

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

Shades of School Bus Yellow #FCDA0C

Tints of School Bus Yellow #FCDA0C

RGB

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

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

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

R = 52.28%
G = 45.23%
B = 2.49%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FCDA0C (or 0xFCDA0C) is known color: School Bus Yellow. HEX triplet: FC, DA and 0C. RGB value is (252,218,12). Sum of RGB (Red+Green+Blue) = 252+218+12=482 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.28% from 482); Green value is 218 (85.55% from 255 or 45.23% from 482); Blue value is 12 (5.08% from 255 or 2.49% from 482); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDA0C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCDA0C is #0325F3. Grayscale: #CDCDCD. Windows color (decimal): -206324 or 842492. OLE color: 842492.

HSL color Cylindrical-coordinate representation of color #FCDA0C: hue angle of 51.5º 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 #FCDA0C is Cyan = 0, Magento = 0.13, Yellow = 0.95 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 218 12 -
CMYK 0 0.13 0.95 0.01
HSL 51.5º 0.98% 0.52% -
HSV(B) 51.5º 0.95% 0.99% -
XYZ 65.28 70.86 10.59 -
YUV 204.68 19.26 161.75 -
System Red Green Blue C M Y K H S L
Decimal 252 218 12 0 0.13 0.95 0.01 51.5 0.98 0.52
Hex FC DA C 0 D 5F 1 34 62 34
Octal 374 332 14 0 15 137 1 64 142 64
Binary 11111100 11011010 1100 0 1101 1011111 1 110100 1100010 110100

Color Harmonies of #FCDA0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDA0C

Black with #FCDA0C

Text Example


Text Example

White with #FCDA0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDA0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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