Html Css Color HEX #F8532F Outrageous Orange

📋 copy color: '#F8532F'

red 248 ◦ green 83 ◦ blue 47

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

Shades of Outrageous Orange #F8532F

Tints of Outrageous Orange #F8532F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 12.43%

R = 65.61%
G = 21.96%
B = 12.43%

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

#F8532F (or 0xF8532F) is known color: Outrageous Orange. HEX triplet: F8, 53 and 2F. RGB value is (248,83,47). Sum of RGB (Red+Green+Blue) = 248+83+47=378 (50% of max value = 765). Red value is 248 (97.27% from 255 or 65.61% from 378); Green value is 83 (32.81% from 255 or 21.96% from 378); Blue value is 47 (18.75% from 255 or 12.43% from 378); Max value from RGB is 248 - color contains mainly: red. Hex color #F8532F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F8532F is #07ACD0. Grayscale: #808080. Windows color (decimal): -502993 or 3101688. OLE color: 3101688.

HSL color Cylindrical-coordinate representation of color #F8532F: hue angle of 10.75º degrees, saturation: 0.93, 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 #F8532F is Cyan = 0, Magento = 0.67, Yellow = 0.81 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 83 47 -
CMYK 0 0.67 0.81 0.03
HSL 10.75º 0.93% 0.58% -
HSV(B) 10.75º 0.81% 0.97% -
XYZ 42.32 26.35 5.54 -
YUV 128.23 82.16 213.43 -
System Red Green Blue C M Y K H S L
Decimal 248 83 47 0 0.67 0.81 0.03 10.75 0.93 0.58
Hex F8 53 2F 0 43 51 3 B 5D 3A
Octal 370 123 57 0 103 121 3 13 135 72
Binary 11111000 1010011 101111 0 1000011 1010001 11 1011 1011101 111010

Color Harmonies of #F8532F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8532F

Black with #F8532F

Text Example


Text Example

White with #F8532F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8532F; }

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

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

background-color css

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

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

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

border-color css

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

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

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