Html Css Color HEX #FC7D04 Tangerine

📋 copy color: '#FC7D04'

red 252 ◦ green 125 ◦ blue 4

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

Shades of Tangerine #FC7D04

Tints of Tangerine #FC7D04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.05%

R = 66.14%
G = 32.81%
B = 1.05%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FC7D04 (or 0xFC7D04) is known color: Tangerine. HEX triplet: FC, 7D and 04. RGB value is (252,125,4). Sum of RGB (Red+Green+Blue) = 252+125+4=381 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.14% from 381); Green value is 125 (49.22% from 255 or 32.81% from 381); Blue value is 4 (1.95% from 255 or 1.05% from 381); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7D04 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC7D04 is #0382FB. Grayscale: #959595. Windows color (decimal): -230140 or 294396. OLE color: 294396.

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

Color convert

RGB 252 125 4 -
CMYK 0 0.50 0.98 0.01
HSL 29.27º 0.98% 0.5% -
HSV(B) 29.27º 0.98% 0.99% -
XYZ 47.5 35.37 4.44 -
YUV 149.18 46.08 201.34 -
System Red Green Blue C M Y K H S L
Decimal 252 125 4 0 0.50 0.98 0.01 29.27 0.98 0.5
Hex FC 7D 4 0 32 62 1 1D 62 32
Octal 374 175 4 0 62 142 1 35 142 62
Binary 11111100 1111101 100 0 110010 1100010 1 11101 1100010 110010

Color Harmonies of #FC7D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7D04

Black with #FC7D04

Text Example


Text Example

White with #FC7D04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7D04; }

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

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

background-color css

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

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

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

border-color css

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

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

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