Html Css Color HEX #F94034 Red Orange

📋 copy color: '#F94034'

red 249 ◦ green 64 ◦ blue 52

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

Shades of Red Orange #F94034

Tints of Red Orange #F94034

RGB

 RED value IS 249 (97.66% from 255) = 68.22%

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

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

R = 68.22%
G = 17.53%
B = 14.25%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.79

 K value IS 0.02

RGB Variations

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

Color information

#F94034 (or 0xF94034) is known color: Red Orange. HEX triplet: F9, 40 and 34. RGB value is (249,64,52). Sum of RGB (Red+Green+Blue) = 249+64+52=365 (48% of max value = 765). Red value is 249 (97.66% from 255 or 68.22% from 365); Green value is 64 (25.39% from 255 or 17.53% from 365); Blue value is 52 (20.70% from 255 or 14.25% from 365); Max value from RGB is 249 - color contains mainly: red. Hex color #F94034 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F94034 is #06BFCB. Grayscale: #767676. Windows color (decimal): -442316 or 3424505. OLE color: 3424505.

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

Color convert

RGB 249 64 52 -
CMYK 0 0.74 0.79 0.02
HSL 3.65º 0.94% 0.59% -
HSV(B) 3.65º 0.79% 0.98% -
XYZ 41.52 24.05 5.7 -
YUV 117.95 90.79 221.48 -
System Red Green Blue C M Y K H S L
Decimal 249 64 52 0 0.74 0.79 0.02 3.65 0.94 0.59
Hex F9 40 34 0 4A 4F 2 4 5E 3B
Octal 371 100 64 0 112 117 2 4 136 73
Binary 11111001 1000000 110100 0 1001010 1001111 10 100 1011110 111011

Color Harmonies of #F94034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94034

Black with #F94034

Text Example


Text Example

White with #F94034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94034; }

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

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

background-color css

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

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

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

border-color css

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

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

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