Html Css Color HEX #F84007 Orange Red

📋 copy color: '#F84007'

red 248 ◦ green 64 ◦ blue 7

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

Shades of Orange Red #F84007

Tints of Orange Red #F84007

RGB

 RED value IS 248 (97.27% from 255) = 77.74%

 GREEN value IS 64 (25.39% from 255) = 20.06%

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

R = 77.74%
G = 20.06%
B = 2.19%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.97

 K value IS 0.03

RGB Variations

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

Color information

#F84007 (or 0xF84007) is known color: Orange Red. HEX triplet: F8, 40 and 07. RGB value is (248,64,7). Sum of RGB (Red+Green+Blue) = 248+64+7=319 (42% of max value = 765). Red value is 248 (97.27% from 255 or 77.74% from 319); Green value is 64 (25.39% from 255 or 20.06% from 319); Blue value is 7 (3.12% from 255 or 2.19% from 319); Max value from RGB is 248 - color contains mainly: red. Hex color #F84007 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F84007 is #07BFF8. Grayscale: #707070. Windows color (decimal): -507897 or 475384. OLE color: 475384.

HSL color Cylindrical-coordinate representation of color #F84007: hue angle of 14.19º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F84007 is Cyan = 0, Magento = 0.74, Yellow = 0.97 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 64 7 -
CMYK 0 0.74 0.97 0.03
HSL 14.19º 0.95% 0.5% -
HSV(B) 14.19º 0.97% 0.97% -
XYZ 40.58 23.64 2.62 -
YUV 112.52 68.46 224.63 -
System Red Green Blue C M Y K H S L
Decimal 248 64 7 0 0.74 0.97 0.03 14.19 0.95 0.5
Hex F8 40 7 0 4A 61 3 E 5F 32
Octal 370 100 7 0 112 141 3 16 137 62
Binary 11111000 1000000 111 0 1001010 1100001 11 1110 1011111 110010

Color Harmonies of #F84007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84007

Black with #F84007

Text Example


Text Example

White with #F84007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84007; }

 p { color: rgb(248,64,7); }

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

background-color css

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

 a { background-color: rgb(248,64,7); }

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

border-color css

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

 span { border-color: rgb(248,64,7); }

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