Html Css Color HEX #F84302 Orange Red

📋 copy color: '#F84302'

red 248 ◦ green 67 ◦ blue 2

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

Shades of Orange Red #F84302

Tints of Orange Red #F84302

RGB

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

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

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

R = 78.23%
G = 21.14%
B = 0.63%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.99

 K value IS 0.03

RGB Variations

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

Color information

#F84302 (or 0xF84302) is known color: Orange Red. HEX triplet: F8, 43 and 02. RGB value is (248,67,2). Sum of RGB (Red+Green+Blue) = 248+67+2=317 (41% of max value = 765). Red value is 248 (97.27% from 255 or 78.23% from 317); Green value is 67 (26.56% from 255 or 21.14% from 317); Blue value is 2 (1.17% from 255 or 0.63% from 317); Max value from RGB is 248 - color contains mainly: red. Hex color #F84302 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F84302 is #07BCFD. Grayscale: #727272. Windows color (decimal): -507134 or 148472. OLE color: 148472.

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

Color convert

RGB 248 67 2 -
CMYK 0 0.73 0.99 0.03
HSL 15.85º 0.98% 0.49% -
HSV(B) 15.85º 0.99% 0.97% -
XYZ 40.73 23.98 2.54 -
YUV 113.71 64.97 223.79 -
System Red Green Blue C M Y K H S L
Decimal 248 67 2 0 0.73 0.99 0.03 15.85 0.98 0.49
Hex F8 43 2 0 49 63 3 10 62 31
Octal 370 103 2 0 111 143 3 20 142 61
Binary 11111000 1000011 10 0 1001001 1100011 11 10000 1100010 110001

Color Harmonies of #F84302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84302

Black with #F84302

Text Example


Text Example

White with #F84302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84302; }

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

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

background-color css

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

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

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

border-color css

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

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

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