Html Css Color HEX #FC7B02 Tangerine

📋 copy color: '#FC7B02'

red 252 ◦ green 123 ◦ blue 2

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

Shades of Tangerine #FC7B02

Tints of Tangerine #FC7B02

RGB

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

 GREEN value IS 123 (48.44% from 255) = 32.63%

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

R = 66.84%
G = 32.63%
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

#FC7B02 (or 0xFC7B02) is known color: Tangerine. HEX triplet: FC, 7B and 02. RGB value is (252,123,2). Sum of RGB (Red+Green+Blue) = 252+123+2=377 (49% of max value = 765). Red value is 252 (98.83% from 255 or 66.84% from 377); Green value is 123 (48.44% from 255 or 32.63% from 377); Blue value is 2 (1.17% from 255 or 0.53% from 377); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7B02 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC7B02 is #0384FD. Grayscale: #949494. Windows color (decimal): -230654 or 162812. OLE color: 162812.

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

Color convert

RGB 252 123 2 -
CMYK 0 0.51 0.99 0.01
HSL 29.04º 0.98% 0.5% -
HSV(B) 29.04º 0.99% 0.99% -
XYZ 47.24 34.87 4.3 -
YUV 147.78 45.74 202.34 -
System Red Green Blue C M Y K H S L
Decimal 252 123 2 0 0.51 0.99 0.01 29.04 0.98 0.5
Hex FC 7B 2 0 33 63 1 1D 62 32
Octal 374 173 2 0 63 143 1 35 142 62
Binary 11111100 1111011 10 0 110011 1100011 1 11101 1100010 110010

Color Harmonies of #FC7B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7B02

Black with #FC7B02

Text Example


Text Example

White with #FC7B02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7B02; }

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

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

background-color css

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

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

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

border-color css

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

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

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