Html Css Color HEX #FC3A02 Orange Red

📋 copy color: '#FC3A02'

red 252 ◦ green 58 ◦ blue 2

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

Shades of Orange Red #FC3A02

Tints of Orange Red #FC3A02

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.59%

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

R = 80.77%
G = 18.59%
B = 0.64%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.99

 K value IS 0.01

RGB Variations

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

Color information

#FC3A02 (or 0xFC3A02) is known color: Orange Red. HEX triplet: FC, 3A and 02. RGB value is (252,58,2). Sum of RGB (Red+Green+Blue) = 252+58+2=312 (41% of max value = 765). Red value is 252 (98.83% from 255 or 80.77% from 312); Green value is 58 (23.05% from 255 or 18.59% from 312); Blue value is 2 (1.17% from 255 or 0.64% from 312); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3A02 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC3A02 is #03C5FD. Grayscale: #6E6E6E. Windows color (decimal): -247294 or 146172. OLE color: 146172.

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

Color convert

RGB 252 58 2 -
CMYK 0 0.77 0.99 0.01
HSL 13.44º 0.98% 0.5% -
HSV(B) 13.44º 0.99% 0.99% -
XYZ 41.67 23.73 2.44 -
YUV 109.62 67.27 229.55 -
System Red Green Blue C M Y K H S L
Decimal 252 58 2 0 0.77 0.99 0.01 13.44 0.98 0.5
Hex FC 3A 2 0 4D 63 1 D 62 32
Octal 374 72 2 0 115 143 1 15 142 62
Binary 11111100 111010 10 0 1001101 1100011 1 1101 1100010 110010

Color Harmonies of #FC3A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3A02

Black with #FC3A02

Text Example


Text Example

White with #FC3A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3A02; }

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

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

background-color css

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

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

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

border-color css

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

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

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