Html Css Color HEX #F6532A Outrageous Orange

📋 copy color: '#F6532A'

red 246 ◦ green 83 ◦ blue 42

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

Shades of Outrageous Orange #F6532A

Tints of Outrageous Orange #F6532A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 11.32%

R = 66.31%
G = 22.37%
B = 11.32%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.83

 K value IS 0.04

RGB Variations

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

Color information

#F6532A (or 0xF6532A) is known color: Outrageous Orange. HEX triplet: F6, 53 and 2A. RGB value is (246,83,42). Sum of RGB (Red+Green+Blue) = 246+83+42=371 (49% of max value = 765). Red value is 246 (96.48% from 255 or 66.31% from 371); Green value is 83 (32.81% from 255 or 22.37% from 371); Blue value is 42 (16.80% from 255 or 11.32% from 371); Max value from RGB is 246 - color contains mainly: red. Hex color #F6532A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F6532A is #09ACD5. Grayscale: #7F7F7F. Windows color (decimal): -634070 or 2774006. OLE color: 2774006.

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

Color convert

RGB 246 83 42 -
CMYK 0 0.66 0.83 0.04
HSL 12.06º 0.92% 0.56% -
HSV(B) 12.06º 0.83% 0.96% -
XYZ 41.52 25.95 5.01 -
YUV 127.06 80 212.83 -
System Red Green Blue C M Y K H S L
Decimal 246 83 42 0 0.66 0.83 0.04 12.06 0.92 0.56
Hex F6 53 2A 0 42 53 4 C 5C 38
Octal 366 123 52 0 102 123 4 14 134 70
Binary 11110110 1010011 101010 0 1000010 1010011 100 1100 1011100 111000

Color Harmonies of #F6532A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6532A

Black with #F6532A

Text Example


Text Example

White with #F6532A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6532A; }

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

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

background-color css

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

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

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

border-color css

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

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

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