Html Css Color HEX #F84602 Orange Red

📋 copy color: '#F84602'

red 248 ◦ green 70 ◦ blue 2

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

Shades of Orange Red #F84602

Tints of Orange Red #F84602

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.63%

R = 77.5%
G = 21.88%
B = 0.63%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.99

 K value IS 0.03

RGB Variations

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

Color information

#F84602 (or 0xF84602) is known color: Orange Red. HEX triplet: F8, 46 and 02. RGB value is (248,70,2). Sum of RGB (Red+Green+Blue) = 248+70+2=320 (42% of max value = 765). Red value is 248 (97.27% from 255 or 77.5% from 320); Green value is 70 (27.73% from 255 or 21.88% from 320); Blue value is 2 (1.17% from 255 or 0.62% from 320); Max value from RGB is 248 - color contains mainly: red. Hex color #F84602 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F84602 is #07B9FD. Grayscale: #737373. Windows color (decimal): -506366 or 149240. OLE color: 149240.

HSL color Cylindrical-coordinate representation of color #F84602: hue angle of 16.59º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F84602 is Cyan = 0, Magento = 0.72, Yellow = 0.99 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 70 2 -
CMYK 0 0.72 0.99 0.03
HSL 16.59º 0.98% 0.49% -
HSV(B) 16.59º 0.99% 0.97% -
XYZ 40.91 24.34 2.6 -
YUV 115.47 63.97 222.53 -
System Red Green Blue C M Y K H S L
Decimal 248 70 2 0 0.72 0.99 0.03 16.59 0.98 0.49
Hex F8 46 2 0 48 63 3 11 62 31
Octal 370 106 2 0 110 143 3 21 142 61
Binary 11111000 1000110 10 0 1001000 1100011 11 10001 1100010 110001

Color Harmonies of #F84602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84602

Black with #F84602

Text Example


Text Example

White with #F84602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84602; }

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

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

background-color css

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

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

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

border-color css

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

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

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