Html Css Color HEX #F02A1E Red Orange

📋 copy color: '#F02A1E'

red 240 ◦ green 42 ◦ blue 30

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

Shades of Red Orange #F02A1E

Tints of Red Orange #F02A1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.62%

R = 76.92%
G = 13.46%
B = 9.62%

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

#F02A1E (or 0xF02A1E) is known color: Red Orange. HEX triplet: F0, 2A and 1E. RGB value is (240,42,30). Sum of RGB (Red+Green+Blue) = 240+42+30=312 (41% of max value = 765). Red value is 240 (94.14% from 255 or 76.92% from 312); Green value is 42 (16.80% from 255 or 13.46% from 312); Blue value is 30 (12.11% from 255 or 9.62% from 312); Max value from RGB is 240 - color contains mainly: red. Hex color #F02A1E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F02A1E is #0FD5E1. Grayscale: #646464. Windows color (decimal): -1037794 or 1977072. OLE color: 1977072.

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

Color convert

RGB 240 42 30 -
CMYK 0 0.82 0.87 0.06
HSL 3.43º 0.88% 0.53% -
HSV(B) 3.43º 0.88% 0.94% -
XYZ 37 20.27 3.19 -
YUV 99.83 88.6 227.98 -
System Red Green Blue C M Y K H S L
Decimal 240 42 30 0 0.82 0.87 0.06 3.43 0.88 0.53
Hex F0 2A 1E 0 52 57 6 3 58 35
Octal 360 52 36 0 122 127 6 3 130 65
Binary 11110000 101010 11110 0 1010010 1010111 110 11 1011000 110101

Color Harmonies of #F02A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02A1E

Black with #F02A1E

Text Example


Text Example

White with #F02A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02A1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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