Html Css Color HEX #F02D26 Red Orange

📋 copy color: '#F02D26'

red 240 ◦ green 45 ◦ blue 38

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

Shades of Red Orange #F02D26

Tints of Red Orange #F02D26

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.93%

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

R = 74.3%
G = 13.93%
B = 11.76%

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

#F02D26 (or 0xF02D26) is known color: Red Orange. HEX triplet: F0, 2D and 26. RGB value is (240,45,38). Sum of RGB (Red+Green+Blue) = 240+45+38=323 (42% of max value = 765). Red value is 240 (94.14% from 255 or 74.30% from 323); Green value is 45 (17.97% from 255 or 13.93% from 323); Blue value is 38 (15.23% from 255 or 11.76% from 323); Max value from RGB is 240 - color contains mainly: red. Hex color #F02D26 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F02D26 is #0FD2D9. Grayscale: #666666. Windows color (decimal): -1037018 or 2502128. OLE color: 2502128.

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

Color convert

RGB 240 45 38 -
CMYK 0 0.81 0.84 0.06
HSL 2.08º 0.87% 0.55% -
HSV(B) 2.08º 0.84% 0.94% -
XYZ 37.22 20.54 3.84 -
YUV 102.51 91.6 226.07 -
System Red Green Blue C M Y K H S L
Decimal 240 45 38 0 0.81 0.84 0.06 2.08 0.87 0.55
Hex F0 2D 26 0 51 54 6 2 57 37
Octal 360 55 46 0 121 124 6 2 127 67
Binary 11110000 101101 100110 0 1010001 1010100 110 10 1010111 110111

Color Harmonies of #F02D26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02D26

Black with #F02D26

Text Example


Text Example

White with #F02D26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02D26; }

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

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

background-color css

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

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

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

border-color css

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

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

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