Html Css Color HEX #F6510B International Orange

📋 copy color: '#F6510B'

red 246 ◦ green 81 ◦ blue 11

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

Shades of International Orange #F6510B

Tints of International Orange #F6510B

RGB

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

 GREEN value IS 81 (32.03% from 255) = 23.96%

 BLUE value IS 11 (4.69% from 255) = 3.25%

R = 72.78%
G = 23.96%
B = 3.25%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.96

 K value IS 0.04

RGB Variations

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

Color information

#F6510B (or 0xF6510B) is known color: International Orange. HEX triplet: F6, 51 and 0B. RGB value is (246,81,11). Sum of RGB (Red+Green+Blue) = 246+81+11=338 (44% of max value = 765). Red value is 246 (96.48% from 255 or 72.78% from 338); Green value is 81 (32.03% from 255 or 23.96% from 338); Blue value is 11 (4.69% from 255 or 3.25% from 338); Max value from RGB is 246 - color contains mainly: red. Hex color #F6510B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F6510B is #09AEF4. Grayscale: #7A7A7A. Windows color (decimal): -634613 or 741878. OLE color: 741878.

HSL color Cylindrical-coordinate representation of color #F6510B: hue angle of 17.87º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F6510B is Cyan = 0, Magento = 0.67, Yellow = 0.96 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 81 11 -
CMYK 0 0.67 0.96 0.04
HSL 17.87º 0.93% 0.5% -
HSV(B) 17.87º 0.96% 0.96% -
XYZ 41.01 25.5 3.08 -
YUV 122.36 65.16 216.19 -
System Red Green Blue C M Y K H S L
Decimal 246 81 11 0 0.67 0.96 0.04 17.87 0.93 0.5
Hex F6 51 B 0 43 60 4 12 5D 32
Octal 366 121 13 0 103 140 4 22 135 62
Binary 11110110 1010001 1011 0 1000011 1100000 100 10010 1011101 110010

Color Harmonies of #F6510B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6510B

Black with #F6510B

Text Example


Text Example

White with #F6510B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6510B; }

 p { color: rgb(246,81,11); }

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

background-color css

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

 a { background-color: rgb(246,81,11); }

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

border-color css

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

 span { border-color: rgb(246,81,11); }

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