Html Css Color HEX #F94136 Red Orange

📋 copy color: '#F94136'

red 249 ◦ green 65 ◦ blue 54

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

Shades of Red Orange #F94136

Tints of Red Orange #F94136

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 14.67%

R = 67.66%
G = 17.66%
B = 14.67%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.78

 K value IS 0.02

RGB Variations

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

Color information

#F94136 (or 0xF94136) is known color: Red Orange. HEX triplet: F9, 41 and 36. RGB value is (249,65,54). Sum of RGB (Red+Green+Blue) = 249+65+54=368 (48% of max value = 765). Red value is 249 (97.66% from 255 or 67.66% from 368); Green value is 65 (25.78% from 255 or 17.66% from 368); Blue value is 54 (21.48% from 255 or 14.67% from 368); Max value from RGB is 249 - color contains mainly: red. Hex color #F94136 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F94136 is #06BEC9. Grayscale: #767676. Windows color (decimal): -442058 or 3555833. OLE color: 3555833.

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

Color convert

RGB 249 65 54 -
CMYK 0 0.74 0.78 0.02
HSL 3.38º 0.94% 0.59% -
HSV(B) 3.38º 0.78% 0.98% -
XYZ 41.62 24.19 5.96 -
YUV 118.76 91.46 220.89 -
System Red Green Blue C M Y K H S L
Decimal 249 65 54 0 0.74 0.78 0.02 3.38 0.94 0.59
Hex F9 41 36 0 4A 4E 2 3 5E 3B
Octal 371 101 66 0 112 116 2 3 136 73
Binary 11111001 1000001 110110 0 1001010 1001110 10 11 1011110 111011

Color Harmonies of #F94136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94136

Black with #F94136

Text Example


Text Example

White with #F94136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94136; }

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

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

background-color css

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

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

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

border-color css

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

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

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