Html Css Color HEX #F0531E Outrageous Orange

📋 copy color: '#F0531E'

red 240 ◦ green 83 ◦ blue 30

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

Shades of Outrageous Orange #F0531E

Tints of Outrageous Orange #F0531E

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.51%

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

R = 67.99%
G = 23.51%
B = 8.5%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#F0531E (or 0xF0531E) is known color: Outrageous Orange. HEX triplet: F0, 53 and 1E. RGB value is (240,83,30). Sum of RGB (Red+Green+Blue) = 240+83+30=353 (46% of max value = 765). Red value is 240 (94.14% from 255 or 67.99% from 353); Green value is 83 (32.81% from 255 or 23.51% from 353); Blue value is 30 (12.11% from 255 or 8.50% from 353); Max value from RGB is 240 - color contains mainly: red. Hex color #F0531E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0531E is #0FACE1. Grayscale: #7C7C7C. Windows color (decimal): -1027298 or 1987568. OLE color: 1987568.

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

Color convert

RGB 240 83 30 -
CMYK 0 0.65 0.87 0.06
HSL 15.14º 0.88% 0.53% -
HSV(B) 15.14º 0.88% 0.94% -
XYZ 39.26 24.81 3.95 -
YUV 123.9 75.01 210.81 -
System Red Green Blue C M Y K H S L
Decimal 240 83 30 0 0.65 0.87 0.06 15.14 0.88 0.53
Hex F0 53 1E 0 41 57 6 F 58 35
Octal 360 123 36 0 101 127 6 17 130 65
Binary 11110000 1010011 11110 0 1000001 1010111 110 1111 1011000 110101

Color Harmonies of #F0531E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0531E

Black with #F0531E

Text Example


Text Example

White with #F0531E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0531E; }

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

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

background-color css

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

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

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

border-color css

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

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

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