Html Css Color HEX #F02A27 Red Orange

📋 copy color: '#F02A27'

red 240 ◦ green 42 ◦ blue 39

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

Shades of Red Orange #F02A27

Tints of Red Orange #F02A27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 12.15%

R = 74.77%
G = 13.08%
B = 12.15%

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

#F02A27 (or 0xF02A27) is known color: Red Orange. HEX triplet: F0, 2A and 27. RGB value is (240,42,39). Sum of RGB (Red+Green+Blue) = 240+42+39=321 (42% of max value = 765). Red value is 240 (94.14% from 255 or 74.77% from 321); Green value is 42 (16.80% from 255 or 13.08% from 321); Blue value is 39 (15.62% from 255 or 12.15% from 321); Max value from RGB is 240 - color contains mainly: red. Hex color #F02A27 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F02A27 is #0FD5D8. Grayscale: #656565. Windows color (decimal): -1037785 or 2566896. OLE color: 2566896.

HSL color Cylindrical-coordinate representation of color #F02A27: 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.84%. Process color model (Four color, CMYK) of #F02A27 is Cyan = 0, Magento = 0.82, Yellow = 0.84 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 42 39 -
CMYK 0 0.82 0.84 0.06
HSL 0.9º 0.87% 0.55% -
HSV(B) 0.9º 0.84% 0.94% -
XYZ 37.13 20.33 3.89 -
YUV 100.86 93.1 227.24 -
System Red Green Blue C M Y K H S L
Decimal 240 42 39 0 0.82 0.84 0.06 0.9 0.87 0.55
Hex F0 2A 27 0 52 54 6 1 57 37
Octal 360 52 47 0 122 124 6 1 127 67
Binary 11110000 101010 100111 0 1010010 1010100 110 1 1010111 110111

Color Harmonies of #F02A27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02A27

Black with #F02A27

Text Example


Text Example

White with #F02A27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02A27; }

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

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

background-color css

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

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

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

border-color css

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

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

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