Html Css Color HEX #FCB706 Selective Yellow

📋 copy color: '#FCB706'

red 252 ◦ green 183 ◦ blue 6

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

Shades of Selective Yellow #FCB706

Tints of Selective Yellow #FCB706

RGB

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

 GREEN value IS 183 (71.88% from 255) = 41.5%

 BLUE value IS 6 (2.73% from 255) = 1.36%

R = 57.14%
G = 41.5%
B = 1.36%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FCB706 (or 0xFCB706) is known color: Selective Yellow. HEX triplet: FC, B7 and 06. RGB value is (252,183,6). Sum of RGB (Red+Green+Blue) = 252+183+6=441 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.14% from 441); Green value is 183 (71.88% from 255 or 41.50% from 441); Blue value is 6 (2.73% from 255 or 1.36% from 441); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB706 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCB706 is #0348F9. Grayscale: #B8B8B8. Windows color (decimal): -215290 or 440316. OLE color: 440316.

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

Color convert

RGB 252 183 6 -
CMYK 0 0.27 0.98 0.01
HSL 43.17º 0.98% 0.51% -
HSV(B) 43.17º 0.98% 0.99% -
XYZ 57.11 54.58 7.7 -
YUV 183.45 27.86 176.89 -
System Red Green Blue C M Y K H S L
Decimal 252 183 6 0 0.27 0.98 0.01 43.17 0.98 0.51
Hex FC B7 6 0 1B 62 1 2B 62 33
Octal 374 267 6 0 33 142 1 53 142 63
Binary 11111100 10110111 110 0 11011 1100010 1 101011 1100010 110011

Color Harmonies of #FCB706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB706

Black with #FCB706

Text Example


Text Example

White with #FCB706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB706; }

 p { color: rgb(252,183,6); }

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

background-color css

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

 a { background-color: rgb(252,183,6); }

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

border-color css

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

 span { border-color: rgb(252,183,6); }

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