Html Css Color HEX #F9560D International Orange

📋 copy color: '#F9560D'

red 249 ◦ green 86 ◦ blue 13

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

Shades of International Orange #F9560D

Tints of International Orange #F9560D

RGB

 RED value IS 249 (97.66% from 255) = 71.55%

 GREEN value IS 86 (33.98% from 255) = 24.71%

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

R = 71.55%
G = 24.71%
B = 3.74%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#F9560D (or 0xF9560D) is known color: International Orange. HEX triplet: F9, 56 and 0D. RGB value is (249,86,13). Sum of RGB (Red+Green+Blue) = 249+86+13=348 (46% of max value = 765). Red value is 249 (97.66% from 255 or 71.55% from 348); Green value is 86 (33.98% from 255 or 24.71% from 348); Blue value is 13 (5.47% from 255 or 3.74% from 348); Max value from RGB is 249 - color contains mainly: red. Hex color #F9560D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F9560D is #06A9F2. Grayscale: #7E7E7E. Windows color (decimal): -436723 or 874233. OLE color: 874233.

HSL color Cylindrical-coordinate representation of color #F9560D: hue angle of 18.56º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F9560D is Cyan = 0, Magento = 0.65, Yellow = 0.95 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 86 13 -
CMYK 0 0.65 0.95 0.02
HSL 18.56º 0.95% 0.51% -
HSV(B) 18.56º 0.95% 0.98% -
XYZ 42.47 26.82 3.32 -
YUV 126.42 64 215.44 -
System Red Green Blue C M Y K H S L
Decimal 249 86 13 0 0.65 0.95 0.02 18.56 0.95 0.51
Hex F9 56 D 0 41 5F 2 13 5F 33
Octal 371 126 15 0 101 137 2 23 137 63
Binary 11111001 1010110 1101 0 1000001 1011111 10 10011 1011111 110011

Color Harmonies of #F9560D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9560D

Black with #F9560D

Text Example


Text Example

White with #F9560D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9560D; }

 p { color: rgb(249,86,13); }

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

background-color css

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

 a { background-color: rgb(249,86,13); }

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

border-color css

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

 span { border-color: rgb(249,86,13); }

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