Html Css Color HEX #F84034 Red Orange

📋 copy color: '#F84034'

red 248 ◦ green 64 ◦ blue 52

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

Shades of Red Orange #F84034

Tints of Red Orange #F84034

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.58%

 BLUE value IS 52 (20.7% from 255) = 14.29%

R = 68.13%
G = 17.58%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.79

 K value IS 0.03

RGB Variations

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

Color information

#F84034 (or 0xF84034) is known color: Red Orange. HEX triplet: F8, 40 and 34. RGB value is (248,64,52). Sum of RGB (Red+Green+Blue) = 248+64+52=364 (48% of max value = 765). Red value is 248 (97.27% from 255 or 68.13% from 364); Green value is 64 (25.39% from 255 or 17.58% from 364); Blue value is 52 (20.70% from 255 or 14.29% from 364); Max value from RGB is 248 - color contains mainly: red. Hex color #F84034 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F84034 is #07BFCB. Grayscale: #757575. Windows color (decimal): -507852 or 3424504. OLE color: 3424504.

HSL color Cylindrical-coordinate representation of color #F84034: hue angle of 3.67º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F84034 is Cyan = 0, Magento = 0.74, Yellow = 0.79 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 64 52 -
CMYK 0 0.74 0.79 0.03
HSL 3.67º 0.93% 0.59% -
HSV(B) 3.67º 0.79% 0.97% -
XYZ 41.16 23.87 5.69 -
YUV 117.65 90.96 220.98 -
System Red Green Blue C M Y K H S L
Decimal 248 64 52 0 0.74 0.79 0.03 3.67 0.93 0.59
Hex F8 40 34 0 4A 4F 3 4 5D 3B
Octal 370 100 64 0 112 117 3 4 135 73
Binary 11111000 1000000 110100 0 1001010 1001111 11 100 1011101 111011

Color Harmonies of #F84034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84034

Black with #F84034

Text Example


Text Example

White with #F84034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84034; }

 p { color: rgb(248,64,52); }

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

background-color css

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

 a { background-color: rgb(248,64,52); }

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

border-color css

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

 span { border-color: rgb(248,64,52); }

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