Html Css Color HEX #F02C29 Red Orange

📋 copy color: '#F02C29'

red 240 ◦ green 44 ◦ blue 41

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

Shades of Red Orange #F02C29

Tints of Red Orange #F02C29

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.54%

 BLUE value IS 41 (16.41% from 255) = 12.62%

R = 73.85%
G = 13.54%
B = 12.62%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.83

 K value IS 0.06

RGB Variations

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

Color information

#F02C29 (or 0xF02C29) is known color: Red Orange. HEX triplet: F0, 2C and 29. RGB value is (240,44,41). Sum of RGB (Red+Green+Blue) = 240+44+41=325 (43% of max value = 765). Red value is 240 (94.14% from 255 or 73.85% from 325); Green value is 44 (17.58% from 255 or 13.54% from 325); Blue value is 41 (16.41% from 255 or 12.62% from 325); Max value from RGB is 240 - color contains mainly: red. Hex color #F02C29 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F02C29 is #0FD3D6. Grayscale: #666666. Windows color (decimal): -1037271 or 2698480. OLE color: 2698480.

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

Color convert

RGB 240 44 41 -
CMYK 0 0.82 0.83 0.06
HSL 0.9º 0.87% 0.55% -
HSV(B) 0.9º 0.83% 0.94% -
XYZ 37.24 20.49 4.09 -
YUV 102.26 93.43 226.24 -
System Red Green Blue C M Y K H S L
Decimal 240 44 41 0 0.82 0.83 0.06 0.9 0.87 0.55
Hex F0 2C 29 0 52 53 6 1 57 37
Octal 360 54 51 0 122 123 6 1 127 67
Binary 11110000 101100 101001 0 1010010 1010011 110 1 1010111 110111

Color Harmonies of #F02C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02C29

Black with #F02C29

Text Example


Text Example

White with #F02C29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02C29; }

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

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

background-color css

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

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

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

border-color css

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

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

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