Html Css Color HEX #F92828 Red Orange

📋 copy color: '#F92828'

red 249 ◦ green 40 ◦ blue 40

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

Shades of Red Orange #F92828

Tints of Red Orange #F92828

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.16%

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

R = 75.68%
G = 12.16%
B = 12.16%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#F92828 (or 0xF92828) is known color: Red Orange. HEX triplet: F9, 28 and 28. RGB value is (249,40,40). Sum of RGB (Red+Green+Blue) = 249+40+40=329 (43% of max value = 765). Red value is 249 (97.66% from 255 or 75.68% from 329); Green value is 40 (16.02% from 255 or 12.16% from 329); Blue value is 40 (16.02% from 255 or 12.16% from 329); Max value from RGB is 249 - color contains mainly: red. Hex color #F92828 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F92828 is #06D7D7. Grayscale: #666666. Windows color (decimal): -448472 or 2631929. OLE color: 2631929.

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

Color convert

RGB 249 40 40 -
CMYK 0 0.84 0.84 0.02
HSL 0.95% 0.57% -
HSV(B) 0.84% 0.98% -
XYZ 40.21 21.81 4.1 -
YUV 102.49 92.74 232.5 -
System Red Green Blue C M Y K H S L
Decimal 249 40 40 0 0.84 0.84 0.02 0 0.95 0.57
Hex F9 28 28 0 54 54 2 0 5F 39
Octal 371 50 50 0 124 124 2 0 137 71
Binary 11111001 101000 101000 0 1010100 1010100 10 0 1011111 111001

Color Harmonies of #F92828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92828

Black with #F92828

Text Example


Text Example

White with #F92828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92828; }

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

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

background-color css

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

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

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

border-color css

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

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

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