Html Css Color HEX #F0281F Red Orange

📋 copy color: '#F0281F'

red 240 ◦ green 40 ◦ blue 31

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

Shades of Red Orange #F0281F

Tints of Red Orange #F0281F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.86%

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

R = 77.17%
G = 12.86%
B = 9.97%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#F0281F (or 0xF0281F) is known color: Red Orange. HEX triplet: F0, 28 and 1F. RGB value is (240,40,31). Sum of RGB (Red+Green+Blue) = 240+40+31=311 (41% of max value = 765). Red value is 240 (94.14% from 255 or 77.17% from 311); Green value is 40 (16.02% from 255 or 12.86% from 311); Blue value is 31 (12.5% from 255 or 9.97% from 311); Max value from RGB is 240 - color contains mainly: red. Hex color #F0281F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0281F is #0FD7E0. Grayscale: #636363. Windows color (decimal): -1038305 or 2042096. OLE color: 2042096.

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

Color convert

RGB 240 40 31 -
CMYK 0 0.83 0.87 0.06
HSL 2.58º 0.87% 0.53% -
HSV(B) 2.58º 0.87% 0.94% -
XYZ 36.94 20.14 3.24 -
YUV 98.77 89.76 228.73 -
System Red Green Blue C M Y K H S L
Decimal 240 40 31 0 0.83 0.87 0.06 2.58 0.87 0.53
Hex F0 28 1F 0 53 57 6 3 57 35
Octal 360 50 37 0 123 127 6 3 127 65
Binary 11110000 101000 11111 0 1010011 1010111 110 11 1010111 110101

Color Harmonies of #F0281F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0281F

Black with #F0281F

Text Example


Text Example

White with #F0281F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0281F; }

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

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

background-color css

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

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

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

border-color css

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

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

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