Html Css Color HEX #F92A1E Red Orange

📋 copy color: '#F92A1E'

red 249 ◦ green 42 ◦ blue 30

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

Shades of Red Orange #F92A1E

Tints of Red Orange #F92A1E

RGB

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

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

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

R = 77.57%
G = 13.08%
B = 9.35%

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

#F92A1E (or 0xF92A1E) is known color: Red Orange. HEX triplet: F9, 2A and 1E. RGB value is (249,42,30). Sum of RGB (Red+Green+Blue) = 249+42+30=321 (42% of max value = 765). Red value is 249 (97.66% from 255 or 77.57% from 321); Green value is 42 (16.80% from 255 or 13.08% from 321); Blue value is 30 (12.11% from 255 or 9.35% from 321); Max value from RGB is 249 - color contains mainly: red. Hex color #F92A1E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F92A1E is #06D5E1. Grayscale: #666666. Windows color (decimal): -447970 or 1977081. OLE color: 1977081.

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

Color convert

RGB 249 42 30 -
CMYK 0 0.83 0.88 0.02
HSL 3.29º 0.95% 0.55% -
HSV(B) 3.29º 0.88% 0.98% -
XYZ 40.13 21.89 3.34 -
YUV 102.53 87.08 232.48 -
System Red Green Blue C M Y K H S L
Decimal 249 42 30 0 0.83 0.88 0.02 3.29 0.95 0.55
Hex F9 2A 1E 0 53 58 2 3 5F 37
Octal 371 52 36 0 123 130 2 3 137 67
Binary 11111001 101010 11110 0 1010011 1011000 10 11 1011111 110111

Color Harmonies of #F92A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92A1E

Black with #F92A1E

Text Example


Text Example

White with #F92A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92A1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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