Html Css Color HEX #F02A25 Red Orange

📋 copy color: '#F02A25'

red 240 ◦ green 42 ◦ blue 37

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

Shades of Red Orange #F02A25

Tints of Red Orange #F02A25

RGB

 RED value IS 240 (94.14% from 255) = 75.24%

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

 BLUE value IS 37 (14.84% from 255) = 11.6%

R = 75.24%
G = 13.17%
B = 11.6%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.85

 K value IS 0.06

RGB Variations

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

Color information

#F02A25 (or 0xF02A25) is known color: Red Orange. HEX triplet: F0, 2A and 25. RGB value is (240,42,37). Sum of RGB (Red+Green+Blue) = 240+42+37=319 (42% of max value = 765). Red value is 240 (94.14% from 255 or 75.24% from 319); Green value is 42 (16.80% from 255 or 13.17% from 319); Blue value is 37 (14.84% from 255 or 11.60% from 319); Max value from RGB is 240 - color contains mainly: red. Hex color #F02A25 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F02A25 is #0FD5DA. Grayscale: #646464. Windows color (decimal): -1037787 or 2435824. OLE color: 2435824.

HSL color Cylindrical-coordinate representation of color #F02A25: hue angle of 1.48º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F02A25 is Cyan = 0, Magento = 0.82, Yellow = 0.85 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 42 37 -
CMYK 0 0.82 0.85 0.06
HSL 1.48º 0.87% 0.54% -
HSV(B) 1.48º 0.85% 0.94% -
XYZ 37.1 20.31 3.72 -
YUV 100.63 92.1 227.41 -
System Red Green Blue C M Y K H S L
Decimal 240 42 37 0 0.82 0.85 0.06 1.48 0.87 0.54
Hex F0 2A 25 0 52 55 6 1 57 36
Octal 360 52 45 0 122 125 6 1 127 66
Binary 11110000 101010 100101 0 1010010 1010101 110 1 1010111 110110

Color Harmonies of #F02A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02A25

Black with #F02A25

Text Example


Text Example

White with #F02A25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02A25; }

 p { color: rgb(240,42,37); }

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

background-color css

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

 a { background-color: rgb(240,42,37); }

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

border-color css

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

 span { border-color: rgb(240,42,37); }

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