Html Css Color HEX #F02E26 Red Orange

📋 copy color: '#F02E26'

red 240 ◦ green 46 ◦ blue 38

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

Shades of Red Orange #F02E26

Tints of Red Orange #F02E26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 11.73%

R = 74.07%
G = 14.2%
B = 11.73%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.84

 K value IS 0.06

RGB Variations

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

Color information

#F02E26 (or 0xF02E26) is known color: Red Orange. HEX triplet: F0, 2E and 26. RGB value is (240,46,38). Sum of RGB (Red+Green+Blue) = 240+46+38=324 (42% of max value = 765). Red value is 240 (94.14% from 255 or 74.07% from 324); Green value is 46 (18.36% from 255 or 14.20% from 324); Blue value is 38 (15.23% from 255 or 11.73% from 324); Max value from RGB is 240 - color contains mainly: red. Hex color #F02E26 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F02E26 is #0FD1D9. Grayscale: #676767. Windows color (decimal): -1036762 or 2502384. OLE color: 2502384.

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

Color convert

RGB 240 46 38 -
CMYK 0 0.81 0.84 0.06
HSL 2.38º 0.87% 0.55% -
HSV(B) 2.38º 0.84% 0.94% -
XYZ 37.26 20.62 3.85 -
YUV 103.09 91.27 225.65 -
System Red Green Blue C M Y K H S L
Decimal 240 46 38 0 0.81 0.84 0.06 2.38 0.87 0.55
Hex F0 2E 26 0 51 54 6 2 57 37
Octal 360 56 46 0 121 124 6 2 127 67
Binary 11110000 101110 100110 0 1010001 1010100 110 10 1010111 110111

Color Harmonies of #F02E26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02E26

Black with #F02E26

Text Example


Text Example

White with #F02E26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02E26; }

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

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

background-color css

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

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

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

border-color css

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

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

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