Html Css Color HEX #F94133 Red Orange

📋 copy color: '#F94133'

red 249 ◦ green 65 ◦ blue 51

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

Shades of Red Orange #F94133

Tints of Red Orange #F94133

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.81%

 BLUE value IS 51 (20.31% from 255) = 13.97%

R = 68.22%
G = 17.81%
B = 13.97%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#F94133 (or 0xF94133) is known color: Red Orange. HEX triplet: F9, 41 and 33. RGB value is (249,65,51). Sum of RGB (Red+Green+Blue) = 249+65+51=365 (48% of max value = 765). Red value is 249 (97.66% from 255 or 68.22% from 365); Green value is 65 (25.78% from 255 or 17.81% from 365); Blue value is 51 (20.31% from 255 or 13.97% from 365); Max value from RGB is 249 - color contains mainly: red. Hex color #F94133 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F94133 is #06BECC. Grayscale: #767676. Windows color (decimal): -442061 or 3359225. OLE color: 3359225.

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

Color convert

RGB 249 65 51 -
CMYK 0 0.74 0.80 0.02
HSL 4.24º 0.94% 0.59% -
HSV(B) 4.24º 0.8% 0.98% -
XYZ 41.55 24.16 5.61 -
YUV 118.42 89.96 221.14 -
System Red Green Blue C M Y K H S L
Decimal 249 65 51 0 0.74 0.80 0.02 4.24 0.94 0.59
Hex F9 41 33 0 4A 50 2 4 5E 3B
Octal 371 101 63 0 112 120 2 4 136 73
Binary 11111001 1000001 110011 0 1001010 1010000 10 100 1011110 111011

Color Harmonies of #F94133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94133

Black with #F94133

Text Example


Text Example

White with #F94133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94133; }

 p { color: rgb(249,65,51); }

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

background-color css

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

 a { background-color: rgb(249,65,51); }

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

border-color css

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

 span { border-color: rgb(249,65,51); }

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