Html Css Color HEX #FC7D02 Tangerine

📋 copy color: '#FC7D02'

red 252 ◦ green 125 ◦ blue 2

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

Shades of Tangerine #FC7D02

Tints of Tangerine #FC7D02

RGB

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

 GREEN value IS 125 (49.22% from 255) = 32.98%

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

R = 66.49%
G = 32.98%
B = 0.53%

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

#FC7D02 (or 0xFC7D02) is known color: Tangerine. HEX triplet: FC, 7D and 02. RGB value is (252,125,2). Sum of RGB (Red+Green+Blue) = 252+125+2=379 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.49% from 379); Green value is 125 (49.22% from 255 or 32.98% from 379); Blue value is 2 (1.17% from 255 or 0.53% from 379); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7D02 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC7D02 is #0382FD. Grayscale: #959595. Windows color (decimal): -230142 or 163324. OLE color: 163324.

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

Color convert

RGB 252 125 2 -
CMYK 0 0.50 0.99 0.01
HSL 29.52º 0.98% 0.5% -
HSV(B) 29.52º 0.99% 0.99% -
XYZ 47.49 35.37 4.38 -
YUV 148.95 45.08 201.5 -
System Red Green Blue C M Y K H S L
Decimal 252 125 2 0 0.50 0.99 0.01 29.52 0.98 0.5
Hex FC 7D 2 0 32 63 1 1E 62 32
Octal 374 175 2 0 62 143 1 36 142 62
Binary 11111100 1111101 10 0 110010 1100011 1 11110 1100010 110010

Color Harmonies of #FC7D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7D02

Black with #FC7D02

Text Example


Text Example

White with #FC7D02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7D02; }

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

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

background-color css

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

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

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

border-color css

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

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

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