Html Css Color HEX #FCD907 School Bus Yellow

📋 copy color: '#FCD907'

red 252 ◦ green 217 ◦ blue 7

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

Shades of School Bus Yellow #FCD907

Tints of School Bus Yellow #FCD907

RGB

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

 GREEN value IS 217 (85.16% from 255) = 45.59%

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

R = 52.94%
G = 45.59%
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

#FCD907 (or 0xFCD907) is known color: School Bus Yellow. HEX triplet: FC, D9 and 07. RGB value is (252,217,7). Sum of RGB (Red+Green+Blue) = 252+217+7=476 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.94% from 476); Green value is 217 (85.16% from 255 or 45.59% from 476); Blue value is 7 (3.12% from 255 or 1.47% from 476); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD907 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD907 is #0326F8. Grayscale: #CCCCCC. Windows color (decimal): -206585 or 514556. OLE color: 514556.

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

Color convert

RGB 252 217 7 -
CMYK 0 0.14 0.97 0.01
HSL 51.43º 0.98% 0.51% -
HSV(B) 51.43º 0.97% 0.99% -
XYZ 65 70.34 10.35 -
YUV 203.53 17.1 162.58 -
System Red Green Blue C M Y K H S L
Decimal 252 217 7 0 0.14 0.97 0.01 51.43 0.98 0.51
Hex FC D9 7 0 E 61 1 33 62 33
Octal 374 331 7 0 16 141 1 63 142 63
Binary 11111100 11011001 111 0 1110 1100001 1 110011 1100010 110011

Color Harmonies of #FCD907

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD907

Black with #FCD907

Text Example


Text Example

White with #FCD907

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD907; }

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

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

background-color css

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

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

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

border-color css

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

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

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