Html Css Color HEX #FCB107 Selective Yellow

📋 copy color: '#FCB107'

red 252 ◦ green 177 ◦ blue 7

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

Shades of Selective Yellow #FCB107

Tints of Selective Yellow #FCB107

RGB

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

 GREEN value IS 177 (69.53% from 255) = 40.6%

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

R = 57.8%
G = 40.6%
B = 1.61%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.97

 K value IS 0.01

RGB Variations

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

Color information

#FCB107 (or 0xFCB107) is known color: Selective Yellow. HEX triplet: FC, B1 and 07. RGB value is (252,177,7). Sum of RGB (Red+Green+Blue) = 252+177+7=436 (57% of max value = 765). Red value is 252 (98.83% from 255 or 57.80% from 436); Green value is 177 (69.53% from 255 or 40.60% from 436); Blue value is 7 (3.12% from 255 or 1.61% from 436); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB107 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FCB107 is #034EF8. Grayscale: #B4B4B4. Windows color (decimal): -216825 or 504316. OLE color: 504316.

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

Color convert

RGB 252 177 7 -
CMYK 0 0.30 0.97 0.01
HSL 41.63º 0.98% 0.51% -
HSV(B) 41.63º 0.97% 0.99% -
XYZ 55.91 52.16 7.32 -
YUV 180.05 30.35 179.32 -
System Red Green Blue C M Y K H S L
Decimal 252 177 7 0 0.30 0.97 0.01 41.63 0.98 0.51
Hex FC B1 7 0 1E 61 1 2A 62 33
Octal 374 261 7 0 36 141 1 52 142 63
Binary 11111100 10110001 111 0 11110 1100001 1 101010 1100010 110011

Color Harmonies of #FCB107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB107

Black with #FCB107

Text Example


Text Example

White with #FCB107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB107; }

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

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

background-color css

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

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

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

border-color css

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

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

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