Html Css Color HEX #F8531E Outrageous Orange

📋 copy color: '#F8531E'

red 248 ◦ green 83 ◦ blue 30

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

Shades of Outrageous Orange #F8531E

Tints of Outrageous Orange #F8531E

RGB

 RED value IS 248 (97.27% from 255) = 68.7%

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

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

R = 68.7%
G = 22.99%
B = 8.31%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.88

 K value IS 0.03

RGB Variations

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

Color information

#F8531E (or 0xF8531E) is known color: Outrageous Orange. HEX triplet: F8, 53 and 1E. RGB value is (248,83,30). Sum of RGB (Red+Green+Blue) = 248+83+30=361 (47% of max value = 765). Red value is 248 (97.27% from 255 or 68.70% from 361); Green value is 83 (32.81% from 255 or 22.99% from 361); Blue value is 30 (12.11% from 255 or 8.31% from 361); Max value from RGB is 248 - color contains mainly: red. Hex color #F8531E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F8531E is #07ACE1. Grayscale: #7E7E7E. Windows color (decimal): -503010 or 1987576. OLE color: 1987576.

HSL color Cylindrical-coordinate representation of color #F8531E: hue angle of 14.59º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F8531E is Cyan = 0, Magento = 0.67, Yellow = 0.88 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 83 30 -
CMYK 0 0.67 0.88 0.03
HSL 14.59º 0.94% 0.55% -
HSV(B) 14.59º 0.88% 0.97% -
XYZ 42.04 26.24 4.08 -
YUV 126.29 73.66 214.81 -
System Red Green Blue C M Y K H S L
Decimal 248 83 30 0 0.67 0.88 0.03 14.59 0.94 0.55
Hex F8 53 1E 0 43 58 3 F 5E 37
Octal 370 123 36 0 103 130 3 17 136 67
Binary 11111000 1010011 11110 0 1000011 1011000 11 1111 1011110 110111

Color Harmonies of #F8531E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8531E

Black with #F8531E

Text Example


Text Example

White with #F8531E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8531E; }

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

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

background-color css

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

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

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

border-color css

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

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

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