Html Css Color HEX #FC4202 Orange Red

📋 copy color: '#FC4202'

red 252 ◦ green 66 ◦ blue 2

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

Shades of Orange Red #FC4202

Tints of Orange Red #FC4202

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.63%

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

R = 78.75%
G = 20.63%
B = 0.63%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.99

 K value IS 0.01

RGB Variations

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

Color information

#FC4202 (or 0xFC4202) is known color: Orange Red. HEX triplet: FC, 42 and 02. RGB value is (252,66,2). Sum of RGB (Red+Green+Blue) = 252+66+2=320 (42% of max value = 765). Red value is 252 (98.83% from 255 or 78.75% from 320); Green value is 66 (26.17% from 255 or 20.62% from 320); Blue value is 2 (1.17% from 255 or 0.62% from 320); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4202 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC4202 is #03BDFD. Grayscale: #727272. Windows color (decimal): -245246 or 148220. OLE color: 148220.

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

Color convert

RGB 252 66 2 -
CMYK 0 0.74 0.99 0.01
HSL 15.36º 0.98% 0.5% -
HSV(B) 15.36º 0.99% 0.99% -
XYZ 42.1 24.6 2.59 -
YUV 114.32 64.62 226.2 -
System Red Green Blue C M Y K H S L
Decimal 252 66 2 0 0.74 0.99 0.01 15.36 0.98 0.5
Hex FC 42 2 0 4A 63 1 F 62 32
Octal 374 102 2 0 112 143 1 17 142 62
Binary 11111100 1000010 10 0 1001010 1100011 1 1111 1100010 110010

Color Harmonies of #FC4202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4202

Black with #FC4202

Text Example


Text Example

White with #FC4202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4202; }

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

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

background-color css

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

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

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

border-color css

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

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

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