Html Css Color HEX #F04307 Orange Red

📋 copy color: '#F04307'

red 240 ◦ green 67 ◦ blue 7

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

Shades of Orange Red #F04307

Tints of Orange Red #F04307

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.23%

R = 76.43%
G = 21.34%
B = 2.23%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.97

 K value IS 0.06

RGB Variations

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

Color information

#F04307 (or 0xF04307) is known color: Orange Red. HEX triplet: F0, 43 and 07. RGB value is (240,67,7). Sum of RGB (Red+Green+Blue) = 240+67+7=314 (41% of max value = 765). Red value is 240 (94.14% from 255 or 76.43% from 314); Green value is 67 (26.56% from 255 or 21.34% from 314); Blue value is 7 (3.12% from 255 or 2.23% from 314); Max value from RGB is 240 - color contains mainly: red. Hex color #F04307 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F04307 is #0FBCF8. Grayscale: #707070. Windows color (decimal): -1031417 or 476144. OLE color: 476144.

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

Color convert

RGB 240 67 7 -
CMYK 0 0.72 0.97 0.06
HSL 15.45º 0.94% 0.48% -
HSV(B) 15.45º 0.97% 0.94% -
XYZ 37.98 22.55 2.55 -
YUV 111.89 68.81 219.38 -
System Red Green Blue C M Y K H S L
Decimal 240 67 7 0 0.72 0.97 0.06 15.45 0.94 0.48
Hex F0 43 7 0 48 61 6 F 5E 30
Octal 360 103 7 0 110 141 6 17 136 60
Binary 11110000 1000011 111 0 1001000 1100001 110 1111 1011110 110000

Color Harmonies of #F04307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04307

Black with #F04307

Text Example


Text Example

White with #F04307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04307; }

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

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

background-color css

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

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

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

border-color css

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

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

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