Html Css Color HEX #FF3C09 Orange Red

📋 copy color: '#FF3C09'

red 255 ◦ green 60 ◦ blue 9

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

Shades of Orange Red #FF3C09

Tints of Orange Red #FF3C09

RGB

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

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

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

R = 78.7%
G = 18.52%
B = 2.78%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.96

 K value IS 0

RGB Variations

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

Color information

#FF3C09 (or 0xFF3C09) is known color: Orange Red. HEX triplet: FF, 3C and 09. RGB value is (255,60,9). Sum of RGB (Red+Green+Blue) = 255+60+9=324 (42% of max value = 765). Red value is 255 (100% from 255 or 78.70% from 324); Green value is 60 (23.83% from 255 or 18.52% from 324); Blue value is 9 (3.91% from 255 or 2.78% from 324); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3C09 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF3C09 is #00C3F6. Grayscale: #707070. Windows color (decimal): -50167 or 605439. OLE color: 605439.

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

Color convert

RGB 255 60 9 -
CMYK 0 0.76 0.96 0
HSL 12.44º 1% 0.52% -
HSV(B) 12.44º 0.96% 1% -
XYZ 42.91 24.51 2.73 -
YUV 112.49 69.6 229.65 -
System Red Green Blue C M Y K H S L
Decimal 255 60 9 0 0.76 0.96 0 12.44 1 0.52
Hex FF 3C 9 0 4C 60 0 C 64 34
Octal 377 74 11 0 114 140 0 14 144 64
Binary 11111111 111100 1001 0 1001100 1100000 0 1100 1100100 110100

Color Harmonies of #FF3C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3C09

Black with #FF3C09

Text Example


Text Example

White with #FF3C09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3C09; }

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

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

background-color css

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

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

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

border-color css

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

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

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