Html Css Color HEX #FCB710 Selective Yellow

📋 copy color: '#FCB710'

red 252 ◦ green 183 ◦ blue 16

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

Shades of Selective Yellow #FCB710

Tints of Selective Yellow #FCB710

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.55%

R = 55.88%
G = 40.58%
B = 3.55%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FCB710 (or 0xFCB710) is known color: Selective Yellow. HEX triplet: FC, B7 and 10. RGB value is (252,183,16). Sum of RGB (Red+Green+Blue) = 252+183+16=451 (59% of max value = 765). Red value is 252 (98.83% from 255 or 55.88% from 451); Green value is 183 (71.88% from 255 or 40.58% from 451); Blue value is 16 (6.64% from 255 or 3.55% from 451); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB710 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCB710 is #0348EF. Grayscale: #B9B9B9. Windows color (decimal): -215280 or 1095676. OLE color: 1095676.

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

Color convert

RGB 252 183 16 -
CMYK 0 0.27 0.94 0.01
HSL 42.46º 0.98% 0.53% -
HSV(B) 42.46º 0.94% 0.99% -
XYZ 57.17 54.6 8.02 -
YUV 184.59 32.86 176.08 -
System Red Green Blue C M Y K H S L
Decimal 252 183 16 0 0.27 0.94 0.01 42.46 0.98 0.53
Hex FC B7 10 0 1B 5E 1 2A 62 35
Octal 374 267 20 0 33 136 1 52 142 65
Binary 11111100 10110111 10000 0 11011 1011110 1 101010 1100010 110101

Color Harmonies of #FCB710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB710

Black with #FCB710

Text Example


Text Example

White with #FCB710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB710; }

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

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

background-color css

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

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

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

border-color css

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

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

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