Html Css Color HEX #FCB111 Dark Tangerine

📋 copy color: '#FCB111'

red 252 ◦ green 177 ◦ blue 17

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

Shades of Dark Tangerine #FCB111

Tints of Dark Tangerine #FCB111

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 3.81%

R = 56.5%
G = 39.69%
B = 3.81%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FCB111 (or 0xFCB111) is known color: Dark Tangerine. HEX triplet: FC, B1 and 11. RGB value is (252,177,17). Sum of RGB (Red+Green+Blue) = 252+177+17=446 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.50% from 446); Green value is 177 (69.53% from 255 or 39.69% from 446); Blue value is 17 (7.03% from 255 or 3.81% from 446); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB111 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FCB111 is #034EEE. Grayscale: #B5B5B5. Windows color (decimal): -216815 or 1159676. OLE color: 1159676.

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

Color convert

RGB 252 177 17 -
CMYK 0 0.30 0.93 0.01
HSL 40.85º 0.98% 0.53% -
HSV(B) 40.85º 0.93% 0.99% -
XYZ 55.97 52.18 7.65 -
YUV 181.19 35.35 178.51 -
System Red Green Blue C M Y K H S L
Decimal 252 177 17 0 0.30 0.93 0.01 40.85 0.98 0.53
Hex FC B1 11 0 1E 5D 1 29 62 35
Octal 374 261 21 0 36 135 1 51 142 65
Binary 11111100 10110001 10001 0 11110 1011101 1 101001 1100010 110101

Color Harmonies of #FCB111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB111

Black with #FCB111

Text Example


Text Example

White with #FCB111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB111; }

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

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

background-color css

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

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

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

border-color css

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

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

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