Html Css Color HEX #F92A1F Red Orange

📋 copy color: '#F92A1F'

red 249 ◦ green 42 ◦ blue 31

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

Shades of Red Orange #F92A1F

Tints of Red Orange #F92A1F

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.04%

 BLUE value IS 31 (12.5% from 255) = 9.63%

R = 77.33%
G = 13.04%
B = 9.63%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#F92A1F (or 0xF92A1F) is known color: Red Orange. HEX triplet: F9, 2A and 1F. RGB value is (249,42,31). Sum of RGB (Red+Green+Blue) = 249+42+31=322 (42% of max value = 765). Red value is 249 (97.66% from 255 or 77.33% from 322); Green value is 42 (16.80% from 255 or 13.04% from 322); Blue value is 31 (12.5% from 255 or 9.63% from 322); Max value from RGB is 249 - color contains mainly: red. Hex color #F92A1F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F92A1F is #06D5E0. Grayscale: #666666. Windows color (decimal): -447969 or 2042617. OLE color: 2042617.

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

Color convert

RGB 249 42 31 -
CMYK 0 0.83 0.88 0.02
HSL 3.03º 0.95% 0.55% -
HSV(B) 3.03º 0.88% 0.98% -
XYZ 40.14 21.89 3.41 -
YUV 102.64 87.58 232.39 -
System Red Green Blue C M Y K H S L
Decimal 249 42 31 0 0.83 0.88 0.02 3.03 0.95 0.55
Hex F9 2A 1F 0 53 58 2 3 5F 37
Octal 371 52 37 0 123 130 2 3 137 67
Binary 11111001 101010 11111 0 1010011 1011000 10 11 1011111 110111

Color Harmonies of #F92A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92A1F

Black with #F92A1F

Text Example


Text Example

White with #F92A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92A1F; }

 p { color: rgb(249,42,31); }

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

background-color css

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

 a { background-color: rgb(249,42,31); }

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

border-color css

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

 span { border-color: rgb(249,42,31); }

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