Html Css Color HEX #F84607 Orange Red

📋 copy color: '#F84607'

red 248 ◦ green 70 ◦ blue 7

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

Shades of Orange Red #F84607

Tints of Orange Red #F84607

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.54%

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

R = 76.31%
G = 21.54%
B = 2.15%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.97

 K value IS 0.03

RGB Variations

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

Color information

#F84607 (or 0xF84607) is known color: Orange Red. HEX triplet: F8, 46 and 07. RGB value is (248,70,7). Sum of RGB (Red+Green+Blue) = 248+70+7=325 (43% of max value = 765). Red value is 248 (97.27% from 255 or 76.31% from 325); Green value is 70 (27.73% from 255 or 21.54% from 325); Blue value is 7 (3.12% from 255 or 2.15% from 325); Max value from RGB is 248 - color contains mainly: red. Hex color #F84607 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F84607 is #07B9F8. Grayscale: #747474. Windows color (decimal): -506361 or 476920. OLE color: 476920.

HSL color Cylindrical-coordinate representation of color #F84607: hue angle of 15.68º 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 #F84607 is Cyan = 0, Magento = 0.72, Yellow = 0.97 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 70 7 -
CMYK 0 0.72 0.97 0.03
HSL 15.68º 0.95% 0.5% -
HSV(B) 15.68º 0.97% 0.97% -
XYZ 40.94 24.35 2.74 -
YUV 116.04 66.47 222.12 -
System Red Green Blue C M Y K H S L
Decimal 248 70 7 0 0.72 0.97 0.03 15.68 0.95 0.5
Hex F8 46 7 0 48 61 3 10 5F 32
Octal 370 106 7 0 110 141 3 20 137 62
Binary 11111000 1000110 111 0 1001000 1100001 11 10000 1011111 110010

Color Harmonies of #F84607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84607

Black with #F84607

Text Example


Text Example

White with #F84607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84607; }

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

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

background-color css

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

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

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

border-color css

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

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

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