Html Css Color HEX #F84304 Orange Red

📋 copy color: '#F84304'

red 248 ◦ green 67 ◦ blue 4

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

Shades of Orange Red #F84304

Tints of Orange Red #F84304

RGB

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

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

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

R = 77.74%
G = 21%
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

#F84304 (or 0xF84304) is known color: Orange Red. HEX triplet: F8, 43 and 04. RGB value is (248,67,4). Sum of RGB (Red+Green+Blue) = 248+67+4=319 (42% of max value = 765). Red value is 248 (97.27% from 255 or 77.74% from 319); Green value is 67 (26.56% from 255 or 21.00% from 319); Blue value is 4 (1.95% from 255 or 1.25% from 319); Max value from RGB is 248 - color contains mainly: red. Hex color #F84304 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F84304 is #07BCFB. Grayscale: #727272. Windows color (decimal): -507132 or 279544. OLE color: 279544.

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

Color convert

RGB 248 67 4 -
CMYK 0 0.73 0.98 0.03
HSL 15.49º 0.97% 0.49% -
HSV(B) 15.49º 0.98% 0.97% -
XYZ 40.74 23.98 2.6 -
YUV 113.94 65.97 223.62 -
System Red Green Blue C M Y K H S L
Decimal 248 67 4 0 0.73 0.98 0.03 15.49 0.97 0.49
Hex F8 43 4 0 49 62 3 F 61 31
Octal 370 103 4 0 111 142 3 17 141 61
Binary 11111000 1000011 100 0 1001001 1100010 11 1111 1100001 110001

Color Harmonies of #F84304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84304

Black with #F84304

Text Example


Text Example

White with #F84304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84304; }

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

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

background-color css

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

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

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

border-color css

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

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

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