Html Css Color HEX #F6530D International Orange

📋 copy color: '#F6530D'

red 246 ◦ green 83 ◦ blue 13

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

Shades of International Orange #F6530D

Tints of International Orange #F6530D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.8%

R = 71.93%
G = 24.27%
B = 3.8%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.95

 K value IS 0.04

RGB Variations

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

Color information

#F6530D (or 0xF6530D) is known color: International Orange. HEX triplet: F6, 53 and 0D. RGB value is (246,83,13). Sum of RGB (Red+Green+Blue) = 246+83+13=342 (45% of max value = 765). Red value is 246 (96.48% from 255 or 71.93% from 342); Green value is 83 (32.81% from 255 or 24.27% from 342); Blue value is 13 (5.47% from 255 or 3.80% from 342); Max value from RGB is 246 - color contains mainly: red. Hex color #F6530D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F6530D is #09ACF2. Grayscale: #7C7C7C. Windows color (decimal): -634099 or 873462. OLE color: 873462.

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

Color convert

RGB 246 83 13 -
CMYK 0 0.66 0.95 0.04
HSL 18.03º 0.93% 0.51% -
HSV(B) 18.03º 0.95% 0.96% -
XYZ 41.17 25.81 3.19 -
YUV 123.76 65.5 215.19 -
System Red Green Blue C M Y K H S L
Decimal 246 83 13 0 0.66 0.95 0.04 18.03 0.93 0.51
Hex F6 53 D 0 42 5F 4 12 5D 33
Octal 366 123 15 0 102 137 4 22 135 63
Binary 11110110 1010011 1101 0 1000010 1011111 100 10010 1011101 110011

Color Harmonies of #F6530D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6530D

Black with #F6530D

Text Example


Text Example

White with #F6530D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6530D; }

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

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

background-color css

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

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

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

border-color css

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

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

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