Html Css Color HEX #F6532E Outrageous Orange

📋 copy color: '#F6532E'

red 246 ◦ green 83 ◦ blue 46

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

Shades of Outrageous Orange #F6532E

Tints of Outrageous Orange #F6532E

RGB

 RED value IS 246 (96.48% from 255) = 65.6%

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

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

R = 65.6%
G = 22.13%
B = 12.27%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.81

 K value IS 0.04

RGB Variations

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

Color information

#F6532E (or 0xF6532E) is known color: Outrageous Orange. HEX triplet: F6, 53 and 2E. RGB value is (246,83,46). Sum of RGB (Red+Green+Blue) = 246+83+46=375 (49% of max value = 765). Red value is 246 (96.48% from 255 or 65.6% from 375); Green value is 83 (32.81% from 255 or 22.13% from 375); Blue value is 46 (18.36% from 255 or 12.27% from 375); Max value from RGB is 246 - color contains mainly: red. Hex color #F6532E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F6532E is #09ACD1. Grayscale: #7F7F7F. Windows color (decimal): -634066 or 3036150. OLE color: 3036150.

HSL color Cylindrical-coordinate representation of color #F6532E: hue angle of 11.1º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F6532E is Cyan = 0, Magento = 0.66, Yellow = 0.81 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 83 46 -
CMYK 0 0.66 0.81 0.04
HSL 11.1º 0.92% 0.57% -
HSV(B) 11.1º 0.81% 0.96% -
XYZ 41.59 25.98 5.41 -
YUV 127.52 82 212.51 -
System Red Green Blue C M Y K H S L
Decimal 246 83 46 0 0.66 0.81 0.04 11.1 0.92 0.57
Hex F6 53 2E 0 42 51 4 B 5C 39
Octal 366 123 56 0 102 121 4 13 134 71
Binary 11110110 1010011 101110 0 1000010 1010001 100 1011 1011100 111001

Color Harmonies of #F6532E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6532E

Black with #F6532E

Text Example


Text Example

White with #F6532E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6532E; }

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

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

background-color css

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

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

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

border-color css

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

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

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