Html Css Color HEX #F94127 Red Orange

📋 copy color: '#F94127'

red 249 ◦ green 65 ◦ blue 39

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

Shades of Red Orange #F94127

Tints of Red Orange #F94127

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 11.05%

R = 70.54%
G = 18.41%
B = 11.05%

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

#F94127 (or 0xF94127) is known color: Red Orange. HEX triplet: F9, 41 and 27. RGB value is (249,65,39). Sum of RGB (Red+Green+Blue) = 249+65+39=353 (46% of max value = 765). Red value is 249 (97.66% from 255 or 70.54% from 353); Green value is 65 (25.78% from 255 or 18.41% from 353); Blue value is 39 (15.62% from 255 or 11.05% from 353); Max value from RGB is 249 - color contains mainly: red. Hex color #F94127 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F94127 is #06BED8. Grayscale: #757575. Windows color (decimal): -442073 or 2572793. OLE color: 2572793.

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

Color convert

RGB 249 65 39 -
CMYK 0 0.74 0.84 0.02
HSL 7.43º 0.95% 0.56% -
HSV(B) 7.43º 0.84% 0.98% -
XYZ 41.32 24.07 4.39 -
YUV 117.05 83.96 222.11 -
System Red Green Blue C M Y K H S L
Decimal 249 65 39 0 0.74 0.84 0.02 7.43 0.95 0.56
Hex F9 41 27 0 4A 54 2 7 5F 38
Octal 371 101 47 0 112 124 2 7 137 70
Binary 11111001 1000001 100111 0 1001010 1010100 10 111 1011111 111000

Color Harmonies of #F94127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94127

Black with #F94127

Text Example


Text Example

White with #F94127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94127; }

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

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

background-color css

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

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

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

border-color css

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

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

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