Html Css Color HEX #F04309 Orange Red

📋 copy color: '#F04309'

red 240 ◦ green 67 ◦ blue 9

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

Shades of Orange Red #F04309

Tints of Orange Red #F04309

RGB

 RED value IS 240 (94.14% from 255) = 75.95%

 GREEN value IS 67 (26.56% from 255) = 21.2%

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

R = 75.95%
G = 21.2%
B = 2.85%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#F04309 (or 0xF04309) is known color: Orange Red. HEX triplet: F0, 43 and 09. RGB value is (240,67,9). Sum of RGB (Red+Green+Blue) = 240+67+9=316 (41% of max value = 765). Red value is 240 (94.14% from 255 or 75.95% from 316); Green value is 67 (26.56% from 255 or 21.20% from 316); Blue value is 9 (3.91% from 255 or 2.85% from 316); Max value from RGB is 240 - color contains mainly: red. Hex color #F04309 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F04309 is #0FBCF6. Grayscale: #707070. Windows color (decimal): -1031415 or 607216. OLE color: 607216.

HSL color Cylindrical-coordinate representation of color #F04309: hue angle of 15.06º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F04309 is Cyan = 0, Magento = 0.72, Yellow = 0.96 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 67 9 -
CMYK 0 0.72 0.96 0.06
HSL 15.06º 0.93% 0.49% -
HSV(B) 15.06º 0.96% 0.94% -
XYZ 37.99 22.56 2.61 -
YUV 112.12 69.81 219.22 -
System Red Green Blue C M Y K H S L
Decimal 240 67 9 0 0.72 0.96 0.06 15.06 0.93 0.49
Hex F0 43 9 0 48 60 6 F 5D 31
Octal 360 103 11 0 110 140 6 17 135 61
Binary 11110000 1000011 1001 0 1001000 1100000 110 1111 1011101 110001

Color Harmonies of #F04309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04309

Black with #F04309

Text Example


Text Example

White with #F04309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04309; }

 p { color: rgb(240,67,9); }

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

background-color css

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

 a { background-color: rgb(240,67,9); }

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

border-color css

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

 span { border-color: rgb(240,67,9); }

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