Html Css Color HEX #F8532E Outrageous Orange

📋 copy color: '#F8532E'

red 248 ◦ green 83 ◦ blue 46

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

Shades of Outrageous Orange #F8532E

Tints of Outrageous Orange #F8532E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 12.2%

R = 65.78%
G = 22.02%
B = 12.2%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.81

 K value IS 0.03

RGB Variations

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

Color information

#F8532E (or 0xF8532E) is known color: Outrageous Orange. HEX triplet: F8, 53 and 2E. RGB value is (248,83,46). Sum of RGB (Red+Green+Blue) = 248+83+46=377 (49% of max value = 765). Red value is 248 (97.27% from 255 or 65.78% from 377); Green value is 83 (32.81% from 255 or 22.02% from 377); Blue value is 46 (18.36% from 255 or 12.20% from 377); Max value from RGB is 248 - color contains mainly: red. Hex color #F8532E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F8532E is #07ACD1. Grayscale: #808080. Windows color (decimal): -502994 or 3036152. OLE color: 3036152.

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

Color convert

RGB 248 83 46 -
CMYK 0 0.67 0.81 0.03
HSL 10.99º 0.94% 0.58% -
HSV(B) 10.99º 0.81% 0.97% -
XYZ 42.3 26.34 5.44 -
YUV 128.12 81.66 213.51 -
System Red Green Blue C M Y K H S L
Decimal 248 83 46 0 0.67 0.81 0.03 10.99 0.94 0.58
Hex F8 53 2E 0 43 51 3 B 5E 3A
Octal 370 123 56 0 103 121 3 13 136 72
Binary 11111000 1010011 101110 0 1000011 1010001 11 1011 1011110 111010

Color Harmonies of #F8532E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8532E

Black with #F8532E

Text Example


Text Example

White with #F8532E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8532E; }

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

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

background-color css

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

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

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

border-color css

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

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

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