Html Css Color HEX #F6551A International Orange

📋 copy color: '#F6551A'

red 246 ◦ green 85 ◦ blue 26

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

Shades of International Orange #F6551A

Tints of International Orange #F6551A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.28%

R = 68.91%
G = 23.81%
B = 7.28%

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

#F6551A (or 0xF6551A) is known color: International Orange. HEX triplet: F6, 55 and 1A. RGB value is (246,85,26). Sum of RGB (Red+Green+Blue) = 246+85+26=357 (47% of max value = 765). Red value is 246 (96.48% from 255 or 68.91% from 357); Green value is 85 (33.59% from 255 or 23.81% from 357); Blue value is 26 (10.55% from 255 or 7.28% from 357); Max value from RGB is 246 - color contains mainly: red. Hex color #F6551A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F6551A is #09AAE5. Grayscale: #7E7E7E. Windows color (decimal): -633574 or 1725942. OLE color: 1725942.

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

Color convert

RGB 246 85 26 -
CMYK 0 0.65 0.89 0.04
HSL 16.09º 0.92% 0.53% -
HSV(B) 16.09º 0.89% 0.96% -
XYZ 41.44 26.16 3.84 -
YUV 126.41 71.34 213.3 -
System Red Green Blue C M Y K H S L
Decimal 246 85 26 0 0.65 0.89 0.04 16.09 0.92 0.53
Hex F6 55 1A 0 41 59 4 10 5C 35
Octal 366 125 32 0 101 131 4 20 134 65
Binary 11110110 1010101 11010 0 1000001 1011001 100 10000 1011100 110101

Color Harmonies of #F6551A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6551A

Black with #F6551A

Text Example


Text Example

White with #F6551A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6551A; }

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

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

background-color css

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

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

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

border-color css

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

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

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