Html Css Color HEX #FF3A02 Orange Red

📋 copy color: '#FF3A02'

red 255 ◦ green 58 ◦ blue 2

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

Shades of Orange Red #FF3A02

Tints of Orange Red #FF3A02

RGB

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

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

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

R = 80.95%
G = 18.41%
B = 0.63%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.99

 K value IS 0

RGB Variations

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

Color information

#FF3A02 (or 0xFF3A02) is known color: Orange Red. HEX triplet: FF, 3A and 02. RGB value is (255,58,2). Sum of RGB (Red+Green+Blue) = 255+58+2=315 (41% of max value = 765). Red value is 255 (100% from 255 or 80.95% from 315); Green value is 58 (23.05% from 255 or 18.41% from 315); Blue value is 2 (1.17% from 255 or 0.63% from 315); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3A02 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF3A02 is #00C5FD. Grayscale: #6E6E6E. Windows color (decimal): -50686 or 146175. OLE color: 146175.

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

Color convert

RGB 255 58 2 -
CMYK 0 0.77 0.99 0
HSL 13.28º 1% 0.5% -
HSV(B) 13.28º 0.99% 1% -
XYZ 42.76 24.29 2.49 -
YUV 110.52 66.77 231.05 -
System Red Green Blue C M Y K H S L
Decimal 255 58 2 0 0.77 0.99 0 13.28 1 0.5
Hex FF 3A 2 0 4D 63 0 D 64 32
Octal 377 72 2 0 115 143 0 15 144 62
Binary 11111111 111010 10 0 1001101 1100011 0 1101 1100100 110010

Color Harmonies of #FF3A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3A02

Black with #FF3A02

Text Example


Text Example

White with #FF3A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3A02; }

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

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

background-color css

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

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

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

border-color css

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

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

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