Html Css Color HEX #F6521D International Orange

📋 copy color: '#F6521D'

red 246 ◦ green 82 ◦ blue 29

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

Shades of International Orange #F6521D

Tints of International Orange #F6521D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.97%

 BLUE value IS 29 (11.72% from 255) = 8.12%

R = 68.91%
G = 22.97%
B = 8.12%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.88

 K value IS 0.04

RGB Variations

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

Color information

#F6521D (or 0xF6521D) is known color: International Orange. HEX triplet: F6, 52 and 1D. RGB value is (246,82,29). Sum of RGB (Red+Green+Blue) = 246+82+29=357 (47% of max value = 765). Red value is 246 (96.48% from 255 or 68.91% from 357); Green value is 82 (32.42% from 255 or 22.97% from 357); Blue value is 29 (11.72% from 255 or 8.12% from 357); Max value from RGB is 246 - color contains mainly: red. Hex color #F6521D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F6521D is #09ADE2. Grayscale: #7D7D7D. Windows color (decimal): -634339 or 1921782. OLE color: 1921782.

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

Color convert

RGB 246 82 29 -
CMYK 0 0.67 0.88 0.04
HSL 14.65º 0.92% 0.54% -
HSV(B) 14.65º 0.88% 0.96% -
XYZ 41.25 25.72 3.95 -
YUV 124.99 73.83 214.31 -
System Red Green Blue C M Y K H S L
Decimal 246 82 29 0 0.67 0.88 0.04 14.65 0.92 0.54
Hex F6 52 1D 0 43 58 4 F 5C 36
Octal 366 122 35 0 103 130 4 17 134 66
Binary 11110110 1010010 11101 0 1000011 1011000 100 1111 1011100 110110

Color Harmonies of #F6521D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6521D

Black with #F6521D

Text Example


Text Example

White with #F6521D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6521D; }

 p { color: rgb(246,82,29); }

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

background-color css

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

 a { background-color: rgb(246,82,29); }

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

border-color css

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

 span { border-color: rgb(246,82,29); }

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