Html Css Color HEX #F02D1F Red Orange

📋 copy color: '#F02D1F'

red 240 ◦ green 45 ◦ blue 31

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

Shades of Red Orange #F02D1F

Tints of Red Orange #F02D1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.81%

R = 75.95%
G = 14.24%
B = 9.81%

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

#F02D1F (or 0xF02D1F) is known color: Red Orange. HEX triplet: F0, 2D and 1F. RGB value is (240,45,31). Sum of RGB (Red+Green+Blue) = 240+45+31=316 (41% of max value = 765). Red value is 240 (94.14% from 255 or 75.95% from 316); Green value is 45 (17.97% from 255 or 14.24% from 316); Blue value is 31 (12.5% from 255 or 9.81% from 316); Max value from RGB is 240 - color contains mainly: red. Hex color #F02D1F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F02D1F is #0FD2E0. Grayscale: #656565. Windows color (decimal): -1037025 or 2043376. OLE color: 2043376.

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

Color convert

RGB 240 45 31 -
CMYK 0 0.81 0.87 0.06
HSL 4.02º 0.87% 0.53% -
HSV(B) 4.02º 0.87% 0.94% -
XYZ 37.12 20.5 3.3 -
YUV 101.71 88.1 226.64 -
System Red Green Blue C M Y K H S L
Decimal 240 45 31 0 0.81 0.87 0.06 4.02 0.87 0.53
Hex F0 2D 1F 0 51 57 6 4 57 35
Octal 360 55 37 0 121 127 6 4 127 65
Binary 11110000 101101 11111 0 1010001 1010111 110 100 1010111 110101

Color Harmonies of #F02D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02D1F

Black with #F02D1F

Text Example


Text Example

White with #F02D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02D1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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