Html Css Color HEX #F02D1E Red Orange

📋 copy color: '#F02D1E'

red 240 ◦ green 45 ◦ blue 30

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

Shades of Red Orange #F02D1E

Tints of Red Orange #F02D1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.52%

R = 76.19%
G = 14.29%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#F02D1E (or 0xF02D1E) is known color: Red Orange. HEX triplet: F0, 2D and 1E. RGB value is (240,45,30). Sum of RGB (Red+Green+Blue) = 240+45+30=315 (41% of max value = 765). Red value is 240 (94.14% from 255 or 76.19% from 315); Green value is 45 (17.97% from 255 or 14.29% from 315); Blue value is 30 (12.11% from 255 or 9.52% from 315); Max value from RGB is 240 - color contains mainly: red. Hex color #F02D1E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F02D1E is #0FD2E1. Grayscale: #656565. Windows color (decimal): -1037026 or 1977840. OLE color: 1977840.

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

Color convert

RGB 240 45 30 -
CMYK 0 0.81 0.87 0.06
HSL 4.29º 0.88% 0.53% -
HSV(B) 4.29º 0.88% 0.94% -
XYZ 37.11 20.5 3.23 -
YUV 101.6 87.6 226.72 -
System Red Green Blue C M Y K H S L
Decimal 240 45 30 0 0.81 0.87 0.06 4.29 0.88 0.53
Hex F0 2D 1E 0 51 57 6 4 58 35
Octal 360 55 36 0 121 127 6 4 130 65
Binary 11110000 101101 11110 0 1010001 1010111 110 100 1011000 110101

Color Harmonies of #F02D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02D1E

Black with #F02D1E

Text Example


Text Example

White with #F02D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02D1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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