Html Css Color HEX #F92D24 Red Orange

📋 copy color: '#F92D24'

red 249 ◦ green 45 ◦ blue 36

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

Shades of Red Orange #F92D24

Tints of Red Orange #F92D24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 10.91%

R = 75.45%
G = 13.64%
B = 10.91%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.86

 K value IS 0.02

RGB Variations

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

Color information

#F92D24 (or 0xF92D24) is known color: Red Orange. HEX triplet: F9, 2D and 24. RGB value is (249,45,36). Sum of RGB (Red+Green+Blue) = 249+45+36=330 (43% of max value = 765). Red value is 249 (97.66% from 255 or 75.45% from 330); Green value is 45 (17.97% from 255 or 13.64% from 330); Blue value is 36 (14.45% from 255 or 10.91% from 330); Max value from RGB is 249 - color contains mainly: red. Hex color #F92D24 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F92D24 is #06D2DB. Grayscale: #696969. Windows color (decimal): -447196 or 2371065. OLE color: 2371065.

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

Color convert

RGB 249 45 36 -
CMYK 0 0.82 0.86 0.02
HSL 2.54º 0.95% 0.56% -
HSV(B) 2.54º 0.86% 0.98% -
XYZ 40.32 22.14 3.82 -
YUV 104.97 89.09 230.73 -
System Red Green Blue C M Y K H S L
Decimal 249 45 36 0 0.82 0.86 0.02 2.54 0.95 0.56
Hex F9 2D 24 0 52 56 2 3 5F 38
Octal 371 55 44 0 122 126 2 3 137 70
Binary 11111001 101101 100100 0 1010010 1010110 10 11 1011111 111000

Color Harmonies of #F92D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92D24

Black with #F92D24

Text Example


Text Example

White with #F92D24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92D24; }

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

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

background-color css

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

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

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

border-color css

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

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

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