Html Css Color HEX #FCDA01 School Bus Yellow

📋 copy color: '#FCDA01'

red 252 ◦ green 218 ◦ blue 1

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

Shades of School Bus Yellow #FCDA01

Tints of School Bus Yellow #FCDA01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.21%

R = 53.5%
G = 46.28%
B = 0.21%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 1.00

 K value IS 0.01

RGB Variations

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

Color information

#FCDA01 (or 0xFCDA01) is known color: School Bus Yellow. HEX triplet: FC, DA and 01. RGB value is (252,218,1). Sum of RGB (Red+Green+Blue) = 252+218+1=471 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.50% from 471); Green value is 218 (85.55% from 255 or 46.28% from 471); Blue value is 1 (0.78% from 255 or 0.21% from 471); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDA01 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCDA01 is #0325FE. Grayscale: #CCCCCC. Windows color (decimal): -206335 or 121596. OLE color: 121596.

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

Color convert

RGB 252 218 1 -
CMYK 0 0.13 1.00 0.01
HSL 51.87º 0.99% 0.5% -
HSV(B) 51.87º 1% 0.99% -
XYZ 65.22 70.84 10.26 -
YUV 203.43 13.76 162.64 -
System Red Green Blue C M Y K H S L
Decimal 252 218 1 0 0.13 1.00 0.01 51.87 0.99 0.5
Hex FC DA 1 0 D 64 1 34 63 32
Octal 374 332 1 0 15 144 1 64 143 62
Binary 11111100 11011010 1 0 1101 1100100 1 110100 1100011 110010

Color Harmonies of #FCDA01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDA01

Black with #FCDA01

Text Example


Text Example

White with #FCDA01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDA01; }

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

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

background-color css

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

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

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

border-color css

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

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

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