Html Css Color HEX #FCDA0D School Bus Yellow

📋 copy color: '#FCDA0D'

red 252 ◦ green 218 ◦ blue 13

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

Shades of School Bus Yellow #FCDA0D

Tints of School Bus Yellow #FCDA0D

RGB

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

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

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

R = 52.17%
G = 45.13%
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

#FCDA0D (or 0xFCDA0D) is known color: School Bus Yellow. HEX triplet: FC, DA and 0D. RGB value is (252,218,13). Sum of RGB (Red+Green+Blue) = 252+218+13=483 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.17% from 483); Green value is 218 (85.55% from 255 or 45.13% from 483); Blue value is 13 (5.47% from 255 or 2.69% from 483); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDA0D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCDA0D is #0325F2. Grayscale: #CDCDCD. Windows color (decimal): -206323 or 908028. OLE color: 908028.

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

Color convert

RGB 252 218 13 -
CMYK 0 0.13 0.95 0.01
HSL 51.46º 0.98% 0.52% -
HSV(B) 51.46º 0.95% 0.99% -
XYZ 65.29 70.87 10.62 -
YUV 204.8 19.76 161.67 -
System Red Green Blue C M Y K H S L
Decimal 252 218 13 0 0.13 0.95 0.01 51.46 0.98 0.52
Hex FC DA D 0 D 5F 1 33 62 34
Octal 374 332 15 0 15 137 1 63 142 64
Binary 11111100 11011010 1101 0 1101 1011111 1 110011 1100010 110100

Color Harmonies of #FCDA0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDA0D

Black with #FCDA0D

Text Example


Text Example

White with #FCDA0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDA0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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