Html Css Color HEX #F02A26 Red Orange

📋 copy color: '#F02A26'

red 240 ◦ green 42 ◦ blue 38

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

Shades of Red Orange #F02A26

Tints of Red Orange #F02A26

RGB

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

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

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

R = 75%
G = 13.13%
B = 11.88%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.84

 K value IS 0.06

RGB Variations

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

Color information

#F02A26 (or 0xF02A26) is known color: Red Orange. HEX triplet: F0, 2A and 26. RGB value is (240,42,38). Sum of RGB (Red+Green+Blue) = 240+42+38=320 (42% of max value = 765). Red value is 240 (94.14% from 255 or 75% from 320); Green value is 42 (16.80% from 255 or 13.12% from 320); Blue value is 38 (15.23% from 255 or 11.88% from 320); Max value from RGB is 240 - color contains mainly: red. Hex color #F02A26 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F02A26 is #0FD5D9. Grayscale: #646464. Windows color (decimal): -1037786 or 2501360. OLE color: 2501360.

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

Color convert

RGB 240 42 38 -
CMYK 0 0.82 0.84 0.06
HSL 1.19º 0.87% 0.55% -
HSV(B) 1.19º 0.84% 0.94% -
XYZ 37.11 20.32 3.8 -
YUV 100.75 92.6 227.33 -
System Red Green Blue C M Y K H S L
Decimal 240 42 38 0 0.82 0.84 0.06 1.19 0.87 0.55
Hex F0 2A 26 0 52 54 6 1 57 37
Octal 360 52 46 0 122 124 6 1 127 67
Binary 11110000 101010 100110 0 1010010 1010100 110 1 1010111 110111

Color Harmonies of #F02A26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02A26

Black with #F02A26

Text Example


Text Example

White with #F02A26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02A26; }

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

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

background-color css

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

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

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

border-color css

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

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

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