Html Css Color HEX #F6551E Outrageous Orange

📋 copy color: '#F6551E'

red 246 ◦ green 85 ◦ blue 30

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

Shades of Outrageous Orange #F6551E

Tints of Outrageous Orange #F6551E

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.55%

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

R = 68.14%
G = 23.55%
B = 8.31%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.88

 K value IS 0.04

RGB Variations

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

Color information

#F6551E (or 0xF6551E) is known color: Outrageous Orange. HEX triplet: F6, 55 and 1E. RGB value is (246,85,30). Sum of RGB (Red+Green+Blue) = 246+85+30=361 (47% of max value = 765). Red value is 246 (96.48% from 255 or 68.14% from 361); Green value is 85 (33.59% from 255 or 23.55% from 361); Blue value is 30 (12.11% from 255 or 8.31% from 361); Max value from RGB is 246 - color contains mainly: red. Hex color #F6551E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F6551E is #09AAE1. Grayscale: #7F7F7F. Windows color (decimal): -633570 or 1988086. OLE color: 1988086.

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

Color convert

RGB 246 85 30 -
CMYK 0 0.65 0.88 0.04
HSL 15.28º 0.92% 0.54% -
HSV(B) 15.28º 0.88% 0.96% -
XYZ 41.49 26.18 4.1 -
YUV 126.87 73.34 212.97 -
System Red Green Blue C M Y K H S L
Decimal 246 85 30 0 0.65 0.88 0.04 15.28 0.92 0.54
Hex F6 55 1E 0 41 58 4 F 5C 36
Octal 366 125 36 0 101 130 4 17 134 66
Binary 11110110 1010101 11110 0 1000001 1011000 100 1111 1011100 110110

Color Harmonies of #F6551E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6551E

Black with #F6551E

Text Example


Text Example

White with #F6551E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6551E; }

 p { color: rgb(246,85,30); }

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

background-color css

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

 a { background-color: rgb(246,85,30); }

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

border-color css

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

 span { border-color: rgb(246,85,30); }

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