Html Css Color HEX #F02E2C Red Orange

📋 copy color: '#F02E2C'

red 240 ◦ green 46 ◦ blue 44

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

Shades of Red Orange #F02E2C

Tints of Red Orange #F02E2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 13.33%

R = 72.73%
G = 13.94%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#F02E2C (or 0xF02E2C) is known color: Red Orange. HEX triplet: F0, 2E and 2C. RGB value is (240,46,44). Sum of RGB (Red+Green+Blue) = 240+46+44=330 (43% of max value = 765). Red value is 240 (94.14% from 255 or 72.73% from 330); Green value is 46 (18.36% from 255 or 13.94% from 330); Blue value is 44 (17.58% from 255 or 13.33% from 330); Max value from RGB is 240 - color contains mainly: red. Hex color #F02E2C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F02E2C is #0FD1D3. Grayscale: #676767. Windows color (decimal): -1036756 or 2895600. OLE color: 2895600.

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

Color convert

RGB 240 46 44 -
CMYK 0 0.81 0.82 0.06
HSL 0.61º 0.87% 0.56% -
HSV(B) 0.61º 0.82% 0.94% -
XYZ 37.37 20.66 4.4 -
YUV 103.78 94.27 225.16 -
System Red Green Blue C M Y K H S L
Decimal 240 46 44 0 0.81 0.82 0.06 0.61 0.87 0.56
Hex F0 2E 2C 0 51 52 6 1 57 38
Octal 360 56 54 0 121 122 6 1 127 70
Binary 11110000 101110 101100 0 1010001 1010010 110 1 1010111 111000

Color Harmonies of #F02E2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02E2C

Black with #F02E2C

Text Example


Text Example

White with #F02E2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02E2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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