Html Css Color HEX #FF3A09 Orange Red

📋 copy color: '#FF3A09'

red 255 ◦ green 58 ◦ blue 9

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

Shades of Orange Red #FF3A09

Tints of Orange Red #FF3A09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.8%

R = 79.19%
G = 18.01%
B = 2.8%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.96

 K value IS 0

RGB Variations

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

Color information

#FF3A09 (or 0xFF3A09) is known color: Orange Red. HEX triplet: FF, 3A and 09. RGB value is (255,58,9). Sum of RGB (Red+Green+Blue) = 255+58+9=322 (42% of max value = 765). Red value is 255 (100% from 255 or 79.19% from 322); Green value is 58 (23.05% from 255 or 18.01% from 322); Blue value is 9 (3.91% from 255 or 2.80% from 322); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3A09 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF3A09 is #00C5F6. Grayscale: #6F6F6F. Windows color (decimal): -50679 or 604927. OLE color: 604927.

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

Color convert

RGB 255 58 9 -
CMYK 0 0.77 0.96 0
HSL 11.95º 1% 0.52% -
HSV(B) 11.95º 0.96% 1% -
XYZ 42.8 24.31 2.69 -
YUV 111.32 70.27 230.48 -
System Red Green Blue C M Y K H S L
Decimal 255 58 9 0 0.77 0.96 0 11.95 1 0.52
Hex FF 3A 9 0 4D 60 0 C 64 34
Octal 377 72 11 0 115 140 0 14 144 64
Binary 11111111 111010 1001 0 1001101 1100000 0 1100 1100100 110100

Color Harmonies of #FF3A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3A09

Black with #FF3A09

Text Example


Text Example

White with #FF3A09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3A09; }

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

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

background-color css

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

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

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

border-color css

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

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

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