Html Css Color HEX #F02E1E Red Orange

📋 copy color: '#F02E1E'

red 240 ◦ green 46 ◦ blue 30

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

Shades of Red Orange #F02E1E

Tints of Red Orange #F02E1E

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.56%

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

R = 75.95%
G = 14.56%
B = 9.49%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#F02E1E (or 0xF02E1E) is known color: Red Orange. HEX triplet: F0, 2E and 1E. RGB value is (240,46,30). Sum of RGB (Red+Green+Blue) = 240+46+30=316 (41% of max value = 765). Red value is 240 (94.14% from 255 or 75.95% from 316); Green value is 46 (18.36% from 255 or 14.56% from 316); Blue value is 30 (12.11% from 255 or 9.49% from 316); Max value from RGB is 240 - color contains mainly: red. Hex color #F02E1E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F02E1E is #0FD1E1. Grayscale: #666666. Windows color (decimal): -1036770 or 1978096. OLE color: 1978096.

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

Color convert

RGB 240 46 30 -
CMYK 0 0.81 0.87 0.06
HSL 4.57º 0.88% 0.53% -
HSV(B) 4.57º 0.88% 0.94% -
XYZ 37.15 20.57 3.24 -
YUV 102.18 87.27 226.3 -
System Red Green Blue C M Y K H S L
Decimal 240 46 30 0 0.81 0.87 0.06 4.57 0.88 0.53
Hex F0 2E 1E 0 51 57 6 5 58 35
Octal 360 56 36 0 121 127 6 5 130 65
Binary 11110000 101110 11110 0 1010001 1010111 110 101 1011000 110101

Color Harmonies of #F02E1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02E1E

Black with #F02E1E

Text Example


Text Example

White with #F02E1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02E1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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