Html Css Color HEX #F92A28 Red Orange

📋 copy color: '#F92A28'

red 249 ◦ green 42 ◦ blue 40

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

Shades of Red Orange #F92A28

Tints of Red Orange #F92A28

RGB

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

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

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

R = 75.23%
G = 12.69%
B = 12.08%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#F92A28 (or 0xF92A28) is known color: Red Orange. HEX triplet: F9, 2A and 28. RGB value is (249,42,40). Sum of RGB (Red+Green+Blue) = 249+42+40=331 (43% of max value = 765). Red value is 249 (97.66% from 255 or 75.23% from 331); Green value is 42 (16.80% from 255 or 12.69% from 331); Blue value is 40 (16.02% from 255 or 12.08% from 331); Max value from RGB is 249 - color contains mainly: red. Hex color #F92A28 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F92A28 is #06D5D7. Grayscale: #676767. Windows color (decimal): -447960 or 2632441. OLE color: 2632441.

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

Color convert

RGB 249 42 40 -
CMYK 0 0.83 0.84 0.02
HSL 0.57º 0.95% 0.57% -
HSV(B) 0.57º 0.84% 0.98% -
XYZ 40.28 21.95 4.12 -
YUV 103.67 92.08 231.66 -
System Red Green Blue C M Y K H S L
Decimal 249 42 40 0 0.83 0.84 0.02 0.57 0.95 0.57
Hex F9 2A 28 0 53 54 2 1 5F 39
Octal 371 52 50 0 123 124 2 1 137 71
Binary 11111001 101010 101000 0 1010011 1010100 10 1 1011111 111001

Color Harmonies of #F92A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92A28

Black with #F92A28

Text Example


Text Example

White with #F92A28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92A28; }

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

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

background-color css

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

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

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

border-color css

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

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

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