Html Css Color HEX #FC7C02 Tangerine

📋 copy color: '#FC7C02'

red 252 ◦ green 124 ◦ blue 2

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

Shades of Tangerine #FC7C02

Tints of Tangerine #FC7C02

RGB

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

 GREEN value IS 124 (48.83% from 255) = 32.8%

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

R = 66.67%
G = 32.8%
B = 0.53%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.99

 K value IS 0.01

RGB Variations

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

Color information

#FC7C02 (or 0xFC7C02) is known color: Tangerine. HEX triplet: FC, 7C and 02. RGB value is (252,124,2). Sum of RGB (Red+Green+Blue) = 252+124+2=378 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.67% from 378); Green value is 124 (48.83% from 255 or 32.80% from 378); Blue value is 2 (1.17% from 255 or 0.53% from 378); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7C02 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC7C02 is #0383FD. Grayscale: #949494. Windows color (decimal): -230398 or 163068. OLE color: 163068.

HSL color Cylindrical-coordinate representation of color #FC7C02: hue angle of 29.28º 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 #FC7C02 is Cyan = 0, Magento = 0.51, Yellow = 0.99 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 124 2 -
CMYK 0 0.51 0.99 0.01
HSL 29.28º 0.98% 0.5% -
HSV(B) 29.28º 0.99% 0.99% -
XYZ 47.36 35.12 4.34 -
YUV 148.36 45.41 201.92 -
System Red Green Blue C M Y K H S L
Decimal 252 124 2 0 0.51 0.99 0.01 29.28 0.98 0.5
Hex FC 7C 2 0 33 63 1 1D 62 32
Octal 374 174 2 0 63 143 1 35 142 62
Binary 11111100 1111100 10 0 110011 1100011 1 11101 1100010 110010

Color Harmonies of #FC7C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7C02

Black with #FC7C02

Text Example


Text Example

White with #FC7C02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7C02; }

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

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

background-color css

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

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

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

border-color css

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

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

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