Html Css Color HEX #F6531B International Orange

📋 copy color: '#F6531B'

red 246 ◦ green 83 ◦ blue 27

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

Shades of International Orange #F6531B

Tints of International Orange #F6531B

RGB

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

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

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

R = 69.1%
G = 23.31%
B = 7.58%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.89

 K value IS 0.04

RGB Variations

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

Color information

#F6531B (or 0xF6531B) is known color: International Orange. HEX triplet: F6, 53 and 1B. RGB value is (246,83,27). Sum of RGB (Red+Green+Blue) = 246+83+27=356 (47% of max value = 765). Red value is 246 (96.48% from 255 or 69.10% from 356); Green value is 83 (32.81% from 255 or 23.31% from 356); Blue value is 27 (10.94% from 255 or 7.58% from 356); Max value from RGB is 246 - color contains mainly: red. Hex color #F6531B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F6531B is #09ACE4. Grayscale: #7D7D7D. Windows color (decimal): -634085 or 1790966. OLE color: 1790966.

HSL color Cylindrical-coordinate representation of color #F6531B: hue angle of 15.34º 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 #F6531B is Cyan = 0, Magento = 0.66, Yellow = 0.89 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 83 27 -
CMYK 0 0.66 0.89 0.04
HSL 15.34º 0.92% 0.54% -
HSV(B) 15.34º 0.89% 0.96% -
XYZ 41.3 25.86 3.85 -
YUV 125.35 72.5 214.05 -
System Red Green Blue C M Y K H S L
Decimal 246 83 27 0 0.66 0.89 0.04 15.34 0.92 0.54
Hex F6 53 1B 0 42 59 4 F 5C 36
Octal 366 123 33 0 102 131 4 17 134 66
Binary 11110110 1010011 11011 0 1000010 1011001 100 1111 1011100 110110

Color Harmonies of #F6531B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6531B

Black with #F6531B

Text Example


Text Example

White with #F6531B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6531B; }

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

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

background-color css

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

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

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

border-color css

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

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

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