Html Css Color HEX #F92D1E Red Orange

📋 copy color: '#F92D1E'

red 249 ◦ green 45 ◦ blue 30

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

Shades of Red Orange #F92D1E

Tints of Red Orange #F92D1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.26%

R = 76.85%
G = 13.89%
B = 9.26%

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

#F92D1E (or 0xF92D1E) is known color: Red Orange. HEX triplet: F9, 2D and 1E. RGB value is (249,45,30). Sum of RGB (Red+Green+Blue) = 249+45+30=324 (42% of max value = 765). Red value is 249 (97.66% from 255 or 76.85% from 324); Green value is 45 (17.97% from 255 or 13.89% from 324); Blue value is 30 (12.11% from 255 or 9.26% from 324); Max value from RGB is 249 - color contains mainly: red. Hex color #F92D1E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F92D1E is #06D2E1. Grayscale: #686868. Windows color (decimal): -447202 or 1977849. OLE color: 1977849.

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

Color convert

RGB 249 45 30 -
CMYK 0 0.82 0.88 0.02
HSL 4.11º 0.95% 0.55% -
HSV(B) 4.11º 0.88% 0.98% -
XYZ 40.24 22.11 3.38 -
YUV 104.29 86.09 231.22 -
System Red Green Blue C M Y K H S L
Decimal 249 45 30 0 0.82 0.88 0.02 4.11 0.95 0.55
Hex F9 2D 1E 0 52 58 2 4 5F 37
Octal 371 55 36 0 122 130 2 4 137 67
Binary 11111001 101101 11110 0 1010010 1011000 10 100 1011111 110111

Color Harmonies of #F92D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92D1E

Black with #F92D1E

Text Example


Text Example

White with #F92D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92D1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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