Html Css Color HEX #F02926 Red Orange

📋 copy color: '#F02926'

red 240 ◦ green 41 ◦ blue 38

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

Shades of Red Orange #F02926

Tints of Red Orange #F02926

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.85%

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

R = 75.24%
G = 12.85%
B = 11.91%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.84

 K value IS 0.06

RGB Variations

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

Color information

#F02926 (or 0xF02926) is known color: Red Orange. HEX triplet: F0, 29 and 26. RGB value is (240,41,38). Sum of RGB (Red+Green+Blue) = 240+41+38=319 (42% of max value = 765). Red value is 240 (94.14% from 255 or 75.24% from 319); Green value is 41 (16.41% from 255 or 12.85% from 319); Blue value is 38 (15.23% from 255 or 11.91% from 319); Max value from RGB is 240 - color contains mainly: red. Hex color #F02926 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F02926 is #0FD6D9. Grayscale: #646464. Windows color (decimal): -1038042 or 2501104. OLE color: 2501104.

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

Color convert

RGB 240 41 38 -
CMYK 0 0.83 0.84 0.06
HSL 0.89º 0.87% 0.55% -
HSV(B) 0.89º 0.84% 0.94% -
XYZ 37.08 20.25 3.79 -
YUV 100.16 92.93 227.74 -
System Red Green Blue C M Y K H S L
Decimal 240 41 38 0 0.83 0.84 0.06 0.89 0.87 0.55
Hex F0 29 26 0 53 54 6 1 57 37
Octal 360 51 46 0 123 124 6 1 127 67
Binary 11110000 101001 100110 0 1010011 1010100 110 1 1010111 110111

Color Harmonies of #F02926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02926

Black with #F02926

Text Example


Text Example

White with #F02926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02926; }

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

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

background-color css

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

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

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

border-color css

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

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

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