Html Css Color HEX #F94129 Red Orange

📋 copy color: '#F94129'

red 249 ◦ green 65 ◦ blue 41

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

Shades of Red Orange #F94129

Tints of Red Orange #F94129

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 11.55%

R = 70.14%
G = 18.31%
B = 11.55%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#F94129 (or 0xF94129) is known color: Red Orange. HEX triplet: F9, 41 and 29. RGB value is (249,65,41). Sum of RGB (Red+Green+Blue) = 249+65+41=355 (47% of max value = 765). Red value is 249 (97.66% from 255 or 70.14% from 355); Green value is 65 (25.78% from 255 or 18.31% from 355); Blue value is 41 (16.41% from 255 or 11.55% from 355); Max value from RGB is 249 - color contains mainly: red. Hex color #F94129 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F94129 is #06BED6. Grayscale: #757575. Windows color (decimal): -442071 or 2703865. OLE color: 2703865.

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

Color convert

RGB 249 65 41 -
CMYK 0 0.74 0.84 0.02
HSL 6.92º 0.95% 0.57% -
HSV(B) 6.92º 0.84% 0.98% -
XYZ 41.36 24.08 4.57 -
YUV 117.28 84.96 221.95 -
System Red Green Blue C M Y K H S L
Decimal 249 65 41 0 0.74 0.84 0.02 6.92 0.95 0.57
Hex F9 41 29 0 4A 54 2 7 5F 39
Octal 371 101 51 0 112 124 2 7 137 71
Binary 11111001 1000001 101001 0 1001010 1010100 10 111 1011111 111001

Color Harmonies of #F94129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94129

Black with #F94129

Text Example


Text Example

White with #F94129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94129; }

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

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

background-color css

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

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

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

border-color css

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

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

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