Html Css Color HEX #FCDB01 School Bus Yellow

📋 copy color: '#FCDB01'

red 252 ◦ green 219 ◦ blue 1

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

Shades of School Bus Yellow #FCDB01

Tints of School Bus Yellow #FCDB01

RGB

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

 GREEN value IS 219 (85.94% from 255) = 46.4%

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

R = 53.39%
G = 46.4%
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

#FCDB01 (or 0xFCDB01) is known color: School Bus Yellow. HEX triplet: FC, DB and 01. RGB value is (252,219,1). Sum of RGB (Red+Green+Blue) = 252+219+1=472 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.39% from 472); Green value is 219 (85.94% from 255 or 46.40% from 472); Blue value is 1 (0.78% from 255 or 0.21% from 472); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDB01 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCDB01 is #0324FE. Grayscale: #CCCCCC. Windows color (decimal): -206079 or 121852. OLE color: 121852.

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

Color convert

RGB 252 219 1 -
CMYK 0 0.13 1.00 0.01
HSL 52.11º 0.99% 0.5% -
HSV(B) 52.11º 1% 0.99% -
XYZ 65.48 71.36 10.35 -
YUV 204.02 13.43 162.23 -
System Red Green Blue C M Y K H S L
Decimal 252 219 1 0 0.13 1.00 0.01 52.11 0.99 0.5
Hex FC DB 1 0 D 64 1 34 63 32
Octal 374 333 1 0 15 144 1 64 143 62
Binary 11111100 11011011 1 0 1101 1100100 1 110100 1100011 110010

Color Harmonies of #FCDB01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDB01

Black with #FCDB01

Text Example


Text Example

White with #FCDB01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDB01; }

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

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

background-color css

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

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

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

border-color css

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

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

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