Html Css Color HEX #F84504 Orange Red

📋 copy color: '#F84504'

red 248 ◦ green 69 ◦ blue 4

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

Shades of Orange Red #F84504

Tints of Orange Red #F84504

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.5%

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

R = 77.26%
G = 21.5%
B = 1.25%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.98

 K value IS 0.03

RGB Variations

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

Color information

#F84504 (or 0xF84504) is known color: Orange Red. HEX triplet: F8, 45 and 04. RGB value is (248,69,4). Sum of RGB (Red+Green+Blue) = 248+69+4=321 (42% of max value = 765). Red value is 248 (97.27% from 255 or 77.26% from 321); Green value is 69 (27.34% from 255 or 21.50% from 321); Blue value is 4 (1.95% from 255 or 1.25% from 321); Max value from RGB is 248 - color contains mainly: red. Hex color #F84504 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F84504 is #07BAFB. Grayscale: #737373. Windows color (decimal): -506620 or 280056. OLE color: 280056.

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

Color convert

RGB 248 69 4 -
CMYK 0 0.72 0.98 0.03
HSL 15.98º 0.97% 0.49% -
HSV(B) 15.98º 0.98% 0.97% -
XYZ 40.86 24.22 2.64 -
YUV 115.11 65.3 222.79 -
System Red Green Blue C M Y K H S L
Decimal 248 69 4 0 0.72 0.98 0.03 15.98 0.97 0.49
Hex F8 45 4 0 48 62 3 10 61 31
Octal 370 105 4 0 110 142 3 20 141 61
Binary 11111000 1000101 100 0 1001000 1100010 11 10000 1100001 110001

Color Harmonies of #F84504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84504

Black with #F84504

Text Example


Text Example

White with #F84504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84504; }

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

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

background-color css

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

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

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

border-color css

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

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

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