Html Css Color HEX #FCD807 School Bus Yellow

📋 copy color: '#FCD807'

red 252 ◦ green 216 ◦ blue 7

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

Shades of School Bus Yellow #FCD807

Tints of School Bus Yellow #FCD807

RGB

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

 GREEN value IS 216 (84.77% from 255) = 45.47%

 BLUE value IS 7 (3.13% from 255) = 1.47%

R = 53.05%
G = 45.47%
B = 1.47%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.97

 K value IS 0.01

RGB Variations

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

Color information

#FCD807 (or 0xFCD807) is known color: School Bus Yellow. HEX triplet: FC, D8 and 07. RGB value is (252,216,7). Sum of RGB (Red+Green+Blue) = 252+216+7=475 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.05% from 475); Green value is 216 (84.77% from 255 or 45.47% from 475); Blue value is 7 (3.12% from 255 or 1.47% from 475); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD807 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD807 is #0327F8. Grayscale: #CBCBCB. Windows color (decimal): -206841 or 514300. OLE color: 514300.

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

Color convert

RGB 252 216 7 -
CMYK 0 0.14 0.97 0.01
HSL 51.18º 0.98% 0.51% -
HSV(B) 51.18º 0.97% 0.99% -
XYZ 64.74 69.82 10.27 -
YUV 202.94 17.43 162.99 -
System Red Green Blue C M Y K H S L
Decimal 252 216 7 0 0.14 0.97 0.01 51.18 0.98 0.51
Hex FC D8 7 0 E 61 1 33 62 33
Octal 374 330 7 0 16 141 1 63 142 63
Binary 11111100 11011000 111 0 1110 1100001 1 110011 1100010 110011

Color Harmonies of #FCD807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD807

Black with #FCD807

Text Example


Text Example

White with #FCD807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD807; }

 p { color: rgb(252,216,7); }

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

background-color css

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

 a { background-color: rgb(252,216,7); }

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

border-color css

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

 span { border-color: rgb(252,216,7); }

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