Html Css Color HEX #F02A1F Red Orange

📋 copy color: '#F02A1F'

red 240 ◦ green 42 ◦ blue 31

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

Shades of Red Orange #F02A1F

Tints of Red Orange #F02A1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.9%

R = 76.68%
G = 13.42%
B = 9.9%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#F02A1F (or 0xF02A1F) is known color: Red Orange. HEX triplet: F0, 2A and 1F. RGB value is (240,42,31). Sum of RGB (Red+Green+Blue) = 240+42+31=313 (41% of max value = 765). Red value is 240 (94.14% from 255 or 76.68% from 313); Green value is 42 (16.80% from 255 or 13.42% from 313); Blue value is 31 (12.5% from 255 or 9.90% from 313); Max value from RGB is 240 - color contains mainly: red. Hex color #F02A1F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F02A1F is #0FD5E0. Grayscale: #646464. Windows color (decimal): -1037793 or 2042608. OLE color: 2042608.

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

Color convert

RGB 240 42 31 -
CMYK 0 0.82 0.87 0.06
HSL 3.16º 0.87% 0.53% -
HSV(B) 3.16º 0.87% 0.94% -
XYZ 37.01 20.28 3.26 -
YUV 99.95 89.1 227.89 -
System Red Green Blue C M Y K H S L
Decimal 240 42 31 0 0.82 0.87 0.06 3.16 0.87 0.53
Hex F0 2A 1F 0 52 57 6 3 57 35
Octal 360 52 37 0 122 127 6 3 127 65
Binary 11110000 101010 11111 0 1010010 1010111 110 11 1010111 110101

Color Harmonies of #F02A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02A1F

Black with #F02A1F

Text Example


Text Example

White with #F02A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02A1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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