Html Css Color HEX #F6561B International Orange

📋 copy color: '#F6561B'

red 246 ◦ green 86 ◦ blue 27

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

Shades of International Orange #F6561B

Tints of International Orange #F6561B

RGB

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

 GREEN value IS 86 (33.98% from 255) = 23.96%

 BLUE value IS 27 (10.94% from 255) = 7.52%

R = 68.52%
G = 23.96%
B = 7.52%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.89

 K value IS 0.04

RGB Variations

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

Color information

#F6561B (or 0xF6561B) is known color: International Orange. HEX triplet: F6, 56 and 1B. RGB value is (246,86,27). Sum of RGB (Red+Green+Blue) = 246+86+27=359 (47% of max value = 765). Red value is 246 (96.48% from 255 or 68.52% from 359); Green value is 86 (33.98% from 255 or 23.96% from 359); Blue value is 27 (10.94% from 255 or 7.52% from 359); Max value from RGB is 246 - color contains mainly: red. Hex color #F6561B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F6561B is #09A9E4. Grayscale: #7F7F7F. Windows color (decimal): -633317 or 1791734. OLE color: 1791734.

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

Color convert

RGB 246 86 27 -
CMYK 0 0.65 0.89 0.04
HSL 16.16º 0.92% 0.54% -
HSV(B) 16.16º 0.89% 0.96% -
XYZ 41.53 26.33 3.93 -
YUV 127.11 71.51 212.8 -
System Red Green Blue C M Y K H S L
Decimal 246 86 27 0 0.65 0.89 0.04 16.16 0.92 0.54
Hex F6 56 1B 0 41 59 4 10 5C 36
Octal 366 126 33 0 101 131 4 20 134 66
Binary 11110110 1010110 11011 0 1000001 1011001 100 10000 1011100 110110

Color Harmonies of #F6561B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6561B

Black with #F6561B

Text Example


Text Example

White with #F6561B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6561B; }

 p { color: rgb(246,86,27); }

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

background-color css

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

 a { background-color: rgb(246,86,27); }

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

border-color css

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

 span { border-color: rgb(246,86,27); }

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