Html Css Color HEX #F84705 Orange Red

📋 copy color: '#F84705'

red 248 ◦ green 71 ◦ blue 5

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

Shades of Orange Red #F84705

Tints of Orange Red #F84705

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.91%

 BLUE value IS 5 (2.34% from 255) = 1.54%

R = 76.54%
G = 21.91%
B = 1.54%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.98

 K value IS 0.03

RGB Variations

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

Color information

#F84705 (or 0xF84705) is known color: Orange Red. HEX triplet: F8, 47 and 05. RGB value is (248,71,5). Sum of RGB (Red+Green+Blue) = 248+71+5=324 (42% of max value = 765). Red value is 248 (97.27% from 255 or 76.54% from 324); Green value is 71 (28.12% from 255 or 21.91% from 324); Blue value is 5 (2.34% from 255 or 1.54% from 324); Max value from RGB is 248 - color contains mainly: red. Hex color #F84705 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F84705 is #07B8FA. Grayscale: #747474. Windows color (decimal): -506107 or 346104. OLE color: 346104.

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

Color convert

RGB 248 71 5 -
CMYK 0 0.71 0.98 0.03
HSL 16.3º 0.96% 0.5% -
HSV(B) 16.3º 0.98% 0.97% -
XYZ 40.99 24.47 2.71 -
YUV 116.4 65.14 221.87 -
System Red Green Blue C M Y K H S L
Decimal 248 71 5 0 0.71 0.98 0.03 16.3 0.96 0.5
Hex F8 47 5 0 47 62 3 10 60 32
Octal 370 107 5 0 107 142 3 20 140 62
Binary 11111000 1000111 101 0 1000111 1100010 11 10000 1100000 110010

Color Harmonies of #F84705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84705

Black with #F84705

Text Example


Text Example

White with #F84705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84705; }

 p { color: rgb(248,71,5); }

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

background-color css

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

 a { background-color: rgb(248,71,5); }

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

border-color css

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

 span { border-color: rgb(248,71,5); }

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