Html Css Color HEX #FF3C02 Orange Red

📋 copy color: '#FF3C02'

red 255 ◦ green 60 ◦ blue 2

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

Shades of Orange Red #FF3C02

Tints of Orange Red #FF3C02

RGB

 RED value IS 255 (100% from 255) = 80.44%

 GREEN value IS 60 (23.83% from 255) = 18.93%

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

R = 80.44%
G = 18.93%
B = 0.63%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.99

 K value IS 0

RGB Variations

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

Color information

#FF3C02 (or 0xFF3C02) is known color: Orange Red. HEX triplet: FF, 3C and 02. RGB value is (255,60,2). Sum of RGB (Red+Green+Blue) = 255+60+2=317 (41% of max value = 765). Red value is 255 (100% from 255 or 80.44% from 317); Green value is 60 (23.83% from 255 or 18.93% from 317); Blue value is 2 (1.17% from 255 or 0.63% from 317); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3C02 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF3C02 is #00C3FD. Grayscale: #707070. Windows color (decimal): -50174 or 146687. OLE color: 146687.

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

Color convert

RGB 255 60 2 -
CMYK 0 0.76 0.99 0
HSL 13.75º 1% 0.5% -
HSV(B) 13.75º 0.99% 1% -
XYZ 42.87 24.5 2.53 -
YUV 111.69 66.1 230.22 -
System Red Green Blue C M Y K H S L
Decimal 255 60 2 0 0.76 0.99 0 13.75 1 0.5
Hex FF 3C 2 0 4C 63 0 E 64 32
Octal 377 74 2 0 114 143 0 16 144 62
Binary 11111111 111100 10 0 1001100 1100011 0 1110 1100100 110010

Color Harmonies of #FF3C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3C02

Black with #FF3C02

Text Example


Text Example

White with #FF3C02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3C02; }

 p { color: rgb(255,60,2); }

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

background-color css

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

 a { background-color: rgb(255,60,2); }

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

border-color css

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

 span { border-color: rgb(255,60,2); }

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