Html Css Color HEX #F92F28 Red Orange

📋 copy color: '#F92F28'

red 249 ◦ green 47 ◦ blue 40

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

Shades of Red Orange #F92F28

Tints of Red Orange #F92F28

RGB

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

 GREEN value IS 47 (18.75% from 255) = 13.99%

 BLUE value IS 40 (16.02% from 255) = 11.9%

R = 74.11%
G = 13.99%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#F92F28 (or 0xF92F28) is known color: Red Orange. HEX triplet: F9, 2F and 28. RGB value is (249,47,40). Sum of RGB (Red+Green+Blue) = 249+47+40=336 (44% of max value = 765). Red value is 249 (97.66% from 255 or 74.11% from 336); Green value is 47 (18.75% from 255 or 13.99% from 336); Blue value is 40 (16.02% from 255 or 11.90% from 336); Max value from RGB is 249 - color contains mainly: red. Hex color #F92F28 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F92F28 is #06D0D7. Grayscale: #6A6A6A. Windows color (decimal): -446680 or 2633721. OLE color: 2633721.

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

Color convert

RGB 249 47 40 -
CMYK 0 0.81 0.84 0.02
HSL 2.01º 0.95% 0.57% -
HSV(B) 2.01º 0.84% 0.98% -
XYZ 40.47 22.33 4.18 -
YUV 106.6 90.42 229.57 -
System Red Green Blue C M Y K H S L
Decimal 249 47 40 0 0.81 0.84 0.02 2.01 0.95 0.57
Hex F9 2F 28 0 51 54 2 2 5F 39
Octal 371 57 50 0 121 124 2 2 137 71
Binary 11111001 101111 101000 0 1010001 1010100 10 10 1011111 111001

Color Harmonies of #F92F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92F28

Black with #F92F28

Text Example


Text Example

White with #F92F28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92F28; }

 p { color: rgb(249,47,40); }

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

background-color css

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

 a { background-color: rgb(249,47,40); }

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

border-color css

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

 span { border-color: rgb(249,47,40); }

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