Html Css Color HEX #F03509 Orange Red

📋 copy color: '#F03509'

red 240 ◦ green 53 ◦ blue 9

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

Shades of Orange Red #F03509

Tints of Orange Red #F03509

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.55%

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

R = 79.47%
G = 17.55%
B = 2.98%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#F03509 (or 0xF03509) is known color: Orange Red. HEX triplet: F0, 35 and 09. RGB value is (240,53,9). Sum of RGB (Red+Green+Blue) = 240+53+9=302 (40% of max value = 765). Red value is 240 (94.14% from 255 or 79.47% from 302); Green value is 53 (21.09% from 255 or 17.55% from 302); Blue value is 9 (3.91% from 255 or 2.98% from 302); Max value from RGB is 240 - color contains mainly: red. Hex color #F03509 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F03509 is #0FCAF6. Grayscale: #686868. Windows color (decimal): -1034999 or 603632. OLE color: 603632.

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

Color convert

RGB 240 53 9 -
CMYK 0 0.78 0.96 0.06
HSL 11.43º 0.93% 0.49% -
HSV(B) 11.43º 0.96% 0.94% -
XYZ 37.26 21.09 2.37 -
YUV 103.9 74.45 225.08 -
System Red Green Blue C M Y K H S L
Decimal 240 53 9 0 0.78 0.96 0.06 11.43 0.93 0.49
Hex F0 35 9 0 4E 60 6 B 5D 31
Octal 360 65 11 0 116 140 6 13 135 61
Binary 11110000 110101 1001 0 1001110 1100000 110 1011 1011101 110001

Color Harmonies of #F03509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03509

Black with #F03509

Text Example


Text Example

White with #F03509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03509; }

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

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

background-color css

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

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

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

border-color css

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

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

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