Html Css Color HEX #FC7F0B Tangerine

📋 copy color: '#FC7F0B'

red 252 ◦ green 127 ◦ blue 11

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

Shades of Tangerine #FC7F0B

Tints of Tangerine #FC7F0B

RGB

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

 GREEN value IS 127 (50% from 255) = 32.56%

 BLUE value IS 11 (4.69% from 255) = 2.82%

R = 64.62%
G = 32.56%
B = 2.82%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FC7F0B (or 0xFC7F0B) is known color: Tangerine. HEX triplet: FC, 7F and 0B. RGB value is (252,127,11). Sum of RGB (Red+Green+Blue) = 252+127+11=390 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.62% from 390); Green value is 127 (50% from 255 or 32.56% from 390); Blue value is 11 (4.69% from 255 or 2.82% from 390); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7F0B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC7F0B is #0380F4. Grayscale: #979797. Windows color (decimal): -229621 or 753660. OLE color: 753660.

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

Color convert

RGB 252 127 11 -
CMYK 0 0.50 0.96 0.01
HSL 28.88º 0.98% 0.52% -
HSV(B) 28.88º 0.96% 0.99% -
XYZ 47.79 35.9 4.73 -
YUV 151.15 48.91 199.93 -
System Red Green Blue C M Y K H S L
Decimal 252 127 11 0 0.50 0.96 0.01 28.88 0.98 0.52
Hex FC 7F B 0 32 60 1 1D 62 34
Octal 374 177 13 0 62 140 1 35 142 64
Binary 11111100 1111111 1011 0 110010 1100000 1 11101 1100010 110100

Color Harmonies of #FC7F0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7F0B

Black with #FC7F0B

Text Example


Text Example

White with #FC7F0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7F0B; }

 p { color: rgb(252,127,11); }

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

background-color css

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

 a { background-color: rgb(252,127,11); }

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

border-color css

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

 span { border-color: rgb(252,127,11); }

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