Html Css Color HEX #F84404 Orange Red

📋 copy color: '#F84404'

red 248 ◦ green 68 ◦ blue 4

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

Shades of Orange Red #F84404

Tints of Orange Red #F84404

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.25%

 BLUE value IS 4 (1.95% from 255) = 1.25%

R = 77.5%
G = 21.25%
B = 1.25%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.98

 K value IS 0.03

RGB Variations

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

Color information

#F84404 (or 0xF84404) is known color: Orange Red. HEX triplet: F8, 44 and 04. RGB value is (248,68,4). Sum of RGB (Red+Green+Blue) = 248+68+4=320 (42% of max value = 765). Red value is 248 (97.27% from 255 or 77.5% from 320); Green value is 68 (26.95% from 255 or 21.25% from 320); Blue value is 4 (1.95% from 255 or 1.25% from 320); Max value from RGB is 248 - color contains mainly: red. Hex color #F84404 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F84404 is #07BBFB. Grayscale: #727272. Windows color (decimal): -506876 or 279800. OLE color: 279800.

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

Color convert

RGB 248 68 4 -
CMYK 0 0.73 0.98 0.03
HSL 15.74º 0.97% 0.49% -
HSV(B) 15.74º 0.98% 0.97% -
XYZ 40.8 24.1 2.62 -
YUV 114.52 65.63 223.2 -
System Red Green Blue C M Y K H S L
Decimal 248 68 4 0 0.73 0.98 0.03 15.74 0.97 0.49
Hex F8 44 4 0 49 62 3 10 61 31
Octal 370 104 4 0 111 142 3 20 141 61
Binary 11111000 1000100 100 0 1001001 1100010 11 10000 1100001 110001

Color Harmonies of #F84404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84404

Black with #F84404

Text Example


Text Example

White with #F84404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84404; }

 p { color: rgb(248,68,4); }

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

background-color css

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

 a { background-color: rgb(248,68,4); }

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

border-color css

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

 span { border-color: rgb(248,68,4); }

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