Html Css Color HEX #F02D28 Red Orange

📋 copy color: '#F02D28'

red 240 ◦ green 45 ◦ blue 40

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

Shades of Red Orange #F02D28

Tints of Red Orange #F02D28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 12.31%

R = 73.85%
G = 13.85%
B = 12.31%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.83

 K value IS 0.06

RGB Variations

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

Color information

#F02D28 (or 0xF02D28) is known color: Red Orange. HEX triplet: F0, 2D and 28. RGB value is (240,45,40). Sum of RGB (Red+Green+Blue) = 240+45+40=325 (43% of max value = 765). Red value is 240 (94.14% from 255 or 73.85% from 325); Green value is 45 (17.97% from 255 or 13.85% from 325); Blue value is 40 (16.02% from 255 or 12.31% from 325); Max value from RGB is 240 - color contains mainly: red. Hex color #F02D28 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F02D28 is #0FD2D7. Grayscale: #666666. Windows color (decimal): -1037016 or 2633200. OLE color: 2633200.

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

Color convert

RGB 240 45 40 -
CMYK 0 0.81 0.83 0.06
HSL 1.5º 0.87% 0.55% -
HSV(B) 1.5º 0.83% 0.94% -
XYZ 37.26 20.56 4.01 -
YUV 102.74 92.6 225.91 -
System Red Green Blue C M Y K H S L
Decimal 240 45 40 0 0.81 0.83 0.06 1.5 0.87 0.55
Hex F0 2D 28 0 51 53 6 2 57 37
Octal 360 55 50 0 121 123 6 2 127 67
Binary 11110000 101101 101000 0 1010001 1010011 110 10 1010111 110111

Color Harmonies of #F02D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02D28

Black with #F02D28

Text Example


Text Example

White with #F02D28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02D28; }

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

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

background-color css

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

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

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

border-color css

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

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

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