Html Css Color HEX #FC7B04 Tangerine

📋 copy color: '#FC7B04'

red 252 ◦ green 123 ◦ blue 4

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

Shades of Tangerine #FC7B04

Tints of Tangerine #FC7B04

RGB

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

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

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

R = 66.49%
G = 32.45%
B = 1.06%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FC7B04 (or 0xFC7B04) is known color: Tangerine. HEX triplet: FC, 7B and 04. RGB value is (252,123,4). Sum of RGB (Red+Green+Blue) = 252+123+4=379 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.49% from 379); Green value is 123 (48.44% from 255 or 32.45% from 379); Blue value is 4 (1.95% from 255 or 1.06% from 379); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7B04 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC7B04 is #0384FB. Grayscale: #949494. Windows color (decimal): -230652 or 293884. OLE color: 293884.

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

Color convert

RGB 252 123 4 -
CMYK 0 0.51 0.98 0.01
HSL 28.79º 0.98% 0.5% -
HSV(B) 28.79º 0.98% 0.99% -
XYZ 47.25 34.87 4.36 -
YUV 148.01 46.74 202.18 -
System Red Green Blue C M Y K H S L
Decimal 252 123 4 0 0.51 0.98 0.01 28.79 0.98 0.5
Hex FC 7B 4 0 33 62 1 1D 62 32
Octal 374 173 4 0 63 142 1 35 142 62
Binary 11111100 1111011 100 0 110011 1100010 1 11101 1100010 110010

Color Harmonies of #FC7B04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7B04

Black with #FC7B04

Text Example


Text Example

White with #FC7B04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7B04; }

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

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

background-color css

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

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

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

border-color css

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

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

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