Html Css Color HEX #FCDB04 School Bus Yellow

📋 copy color: '#FCDB04'

red 252 ◦ green 219 ◦ blue 4

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

Shades of School Bus Yellow #FCDB04

Tints of School Bus Yellow #FCDB04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.84%

R = 53.05%
G = 46.11%
B = 0.84%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FCDB04 (or 0xFCDB04) is known color: School Bus Yellow. HEX triplet: FC, DB and 04. RGB value is (252,219,4). Sum of RGB (Red+Green+Blue) = 252+219+4=475 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.05% from 475); Green value is 219 (85.94% from 255 or 46.11% from 475); Blue value is 4 (1.95% from 255 or 0.84% from 475); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDB04 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCDB04 is #0324FB. Grayscale: #CDCDCD. Windows color (decimal): -206076 or 318460. OLE color: 318460.

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

Color convert

RGB 252 219 4 -
CMYK 0 0.13 0.98 0.01
HSL 52.02º 0.98% 0.5% -
HSV(B) 52.02º 0.98% 0.99% -
XYZ 65.5 71.37 10.44 -
YUV 204.36 14.93 161.98 -
System Red Green Blue C M Y K H S L
Decimal 252 219 4 0 0.13 0.98 0.01 52.02 0.98 0.5
Hex FC DB 4 0 D 62 1 34 62 32
Octal 374 333 4 0 15 142 1 64 142 62
Binary 11111100 11011011 100 0 1101 1100010 1 110100 1100010 110010

Color Harmonies of #FCDB04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDB04

Black with #FCDB04

Text Example


Text Example

White with #FCDB04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDB04; }

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

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

background-color css

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

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

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

border-color css

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

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

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