Html Css Color HEX #FCDA00 School Bus Yellow

📋 copy color: '#FCDA00'

red 252 ◦ green 218 ◦ blue 0

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

Shades of School Bus Yellow #FCDA00

Tints of School Bus Yellow #FCDA00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 53.62%
G = 46.38%
B = 0%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#FCDA00 (or 0xFCDA00) is known color: School Bus Yellow. HEX triplet: FC, DA and 00. RGB value is (252,218,0). Sum of RGB (Red+Green+Blue) = 252+218+0=470 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.62% from 470); Green value is 218 (85.55% from 255 or 46.38% from 470); Blue value is 0 (0.39% from 255 or 0% from 470); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDA00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCDA00 is #0325FF. Grayscale: #CCCCCC. Windows color (decimal): -206336 or 56060. OLE color: 56060.

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

Color convert

RGB 252 218 0 -
CMYK 0 0.13 1 0.01
HSL 51.9º 1% 0.49% -
HSV(B) 51.9º 1% 0.99% -
XYZ 65.22 70.84 10.24 -
YUV 203.31 13.26 162.73 -
System Red Green Blue C M Y K H S L
Decimal 252 218 0 0 0.13 1 0.01 51.9 1 0.49
Hex FC DA 0 0 D 64 1 34 64 31
Octal 374 332 0 0 15 144 1 64 144 61
Binary 11111100 11011010 0 0 1101 1100100 1 110100 1100100 110001

Color Harmonies of #FCDA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDA00

Black with #FCDA00

Text Example


Text Example

White with #FCDA00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDA00; }

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

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

background-color css

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

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

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

border-color css

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

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

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