Html Css Color HEX #FC7F02 Tangerine

📋 copy color: '#FC7F02'

red 252 ◦ green 127 ◦ blue 2

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

Shades of Tangerine #FC7F02

Tints of Tangerine #FC7F02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.52%

R = 66.14%
G = 33.33%
B = 0.52%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.99

 K value IS 0.01

RGB Variations

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

Color information

#FC7F02 (or 0xFC7F02) is known color: Tangerine. HEX triplet: FC, 7F and 02. RGB value is (252,127,2). Sum of RGB (Red+Green+Blue) = 252+127+2=381 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.14% from 381); Green value is 127 (50% from 255 or 33.33% from 381); Blue value is 2 (1.17% from 255 or 0.52% from 381); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7F02 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC7F02 is #0380FD. Grayscale: #969696. Windows color (decimal): -229630 or 163836. OLE color: 163836.

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

Color convert

RGB 252 127 2 -
CMYK 0 0.50 0.99 0.01
HSL 30º 0.98% 0.5% -
HSV(B) 30º 0.99% 0.99% -
XYZ 47.75 35.88 4.47 -
YUV 150.13 44.41 200.66 -
System Red Green Blue C M Y K H S L
Decimal 252 127 2 0 0.50 0.99 0.01 30 0.98 0.5
Hex FC 7F 2 0 32 63 1 1E 62 32
Octal 374 177 2 0 62 143 1 36 142 62
Binary 11111100 1111111 10 0 110010 1100011 1 11110 1100010 110010

Color Harmonies of #FC7F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7F02

Black with #FC7F02

Text Example


Text Example

White with #FC7F02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7F02; }

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

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

background-color css

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

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

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

border-color css

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

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

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