Html Css Color HEX #F92D1F Red Orange

📋 copy color: '#F92D1F'

red 249 ◦ green 45 ◦ blue 31

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

Shades of Red Orange #F92D1F

Tints of Red Orange #F92D1F

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.85%

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

R = 76.62%
G = 13.85%
B = 9.54%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#F92D1F (or 0xF92D1F) is known color: Red Orange. HEX triplet: F9, 2D and 1F. RGB value is (249,45,31). Sum of RGB (Red+Green+Blue) = 249+45+31=325 (43% of max value = 765). Red value is 249 (97.66% from 255 or 76.62% from 325); Green value is 45 (17.97% from 255 or 13.85% from 325); Blue value is 31 (12.5% from 255 or 9.54% from 325); Max value from RGB is 249 - color contains mainly: red. Hex color #F92D1F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F92D1F is #06D2E0. Grayscale: #686868. Windows color (decimal): -447201 or 2043385. OLE color: 2043385.

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

Color convert

RGB 249 45 31 -
CMYK 0 0.82 0.88 0.02
HSL 3.85º 0.95% 0.55% -
HSV(B) 3.85º 0.88% 0.98% -
XYZ 40.25 22.12 3.44 -
YUV 104.4 86.59 231.14 -
System Red Green Blue C M Y K H S L
Decimal 249 45 31 0 0.82 0.88 0.02 3.85 0.95 0.55
Hex F9 2D 1F 0 52 58 2 4 5F 37
Octal 371 55 37 0 122 130 2 4 137 67
Binary 11111001 101101 11111 0 1010010 1011000 10 100 1011111 110111

Color Harmonies of #F92D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92D1F

Black with #F92D1F

Text Example


Text Example

White with #F92D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92D1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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