Html Css Color HEX #FCDB0D School Bus Yellow

📋 copy color: '#FCDB0D'

red 252 ◦ green 219 ◦ blue 13

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

Shades of School Bus Yellow #FCDB0D

Tints of School Bus Yellow #FCDB0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 2.69%

R = 52.07%
G = 45.25%
B = 2.69%

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

#FCDB0D (or 0xFCDB0D) is known color: School Bus Yellow. HEX triplet: FC, DB and 0D. RGB value is (252,219,13). Sum of RGB (Red+Green+Blue) = 252+219+13=484 (64% of max value = 765). Red value is 252 (98.83% from 255 or 52.07% from 484); Green value is 219 (85.94% from 255 or 45.25% from 484); Blue value is 13 (5.47% from 255 or 2.69% from 484); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDB0D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCDB0D is #0324F2. Grayscale: #CECECE. Windows color (decimal): -206067 or 908284. OLE color: 908284.

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

Color convert

RGB 252 219 13 -
CMYK 0 0.13 0.95 0.01
HSL 51.72º 0.98% 0.52% -
HSV(B) 51.72º 0.95% 0.99% -
XYZ 65.55 71.39 10.71 -
YUV 205.38 19.43 161.25 -
System Red Green Blue C M Y K H S L
Decimal 252 219 13 0 0.13 0.95 0.01 51.72 0.98 0.52
Hex FC DB D 0 D 5F 1 34 62 34
Octal 374 333 15 0 15 137 1 64 142 64
Binary 11111100 11011011 1101 0 1101 1011111 1 110100 1100010 110100

Color Harmonies of #FCDB0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDB0D

Black with #FCDB0D

Text Example


Text Example

White with #FCDB0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDB0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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