Html Css Color HEX #F94128 Red Orange

📋 copy color: '#F94128'

red 249 ◦ green 65 ◦ blue 40

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

Shades of Red Orange #F94128

Tints of Red Orange #F94128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 11.3%

R = 70.34%
G = 18.36%
B = 11.3%

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

#F94128 (or 0xF94128) is known color: Red Orange. HEX triplet: F9, 41 and 28. RGB value is (249,65,40). Sum of RGB (Red+Green+Blue) = 249+65+40=354 (46% of max value = 765). Red value is 249 (97.66% from 255 or 70.34% from 354); Green value is 65 (25.78% from 255 or 18.36% from 354); Blue value is 40 (16.02% from 255 or 11.30% from 354); Max value from RGB is 249 - color contains mainly: red. Hex color #F94128 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F94128 is #06BED7. Grayscale: #757575. Windows color (decimal): -442072 or 2638329. OLE color: 2638329.

HSL color Cylindrical-coordinate representation of color #F94128: hue angle of 7.18º 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 #F94128 is Cyan = 0, Magento = 0.74, Yellow = 0.84 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 65 40 -
CMYK 0 0.74 0.84 0.02
HSL 7.18º 0.95% 0.57% -
HSV(B) 7.18º 0.84% 0.98% -
XYZ 41.34 24.07 4.48 -
YUV 117.17 84.46 222.03 -
System Red Green Blue C M Y K H S L
Decimal 249 65 40 0 0.74 0.84 0.02 7.18 0.95 0.57
Hex F9 41 28 0 4A 54 2 7 5F 39
Octal 371 101 50 0 112 124 2 7 137 71
Binary 11111001 1000001 101000 0 1001010 1010100 10 111 1011111 111001

Color Harmonies of #F94128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94128

Black with #F94128

Text Example


Text Example

White with #F94128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94128; }

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

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

background-color css

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

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

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

border-color css

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

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

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