Html Css Color HEX #F9590D International Orange

📋 copy color: '#F9590D'

red 249 ◦ green 89 ◦ blue 13

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

Shades of International Orange #F9590D

Tints of International Orange #F9590D

RGB

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

 GREEN value IS 89 (35.16% from 255) = 25.36%

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

R = 70.94%
G = 25.36%
B = 3.7%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#F9590D (or 0xF9590D) is known color: International Orange. HEX triplet: F9, 59 and 0D. RGB value is (249,89,13). Sum of RGB (Red+Green+Blue) = 249+89+13=351 (46% of max value = 765). Red value is 249 (97.66% from 255 or 70.94% from 351); Green value is 89 (35.16% from 255 or 25.36% from 351); Blue value is 13 (5.47% from 255 or 3.70% from 351); Max value from RGB is 249 - color contains mainly: red. Hex color #F9590D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F9590D is #06A6F2. Grayscale: #808080. Windows color (decimal): -435955 or 875001. OLE color: 875001.

HSL color Cylindrical-coordinate representation of color #F9590D: hue angle of 19.32º 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 #F9590D is Cyan = 0, Magento = 0.64, Yellow = 0.95 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 89 13 -
CMYK 0 0.64 0.95 0.02
HSL 19.32º 0.95% 0.51% -
HSV(B) 19.32º 0.95% 0.98% -
XYZ 42.71 27.31 3.4 -
YUV 128.18 63.01 214.18 -
System Red Green Blue C M Y K H S L
Decimal 249 89 13 0 0.64 0.95 0.02 19.32 0.95 0.51
Hex F9 59 D 0 40 5F 2 13 5F 33
Octal 371 131 15 0 100 137 2 23 137 63
Binary 11111001 1011001 1101 0 1000000 1011111 10 10011 1011111 110011

Color Harmonies of #F9590D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9590D

Black with #F9590D

Text Example


Text Example

White with #F9590D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9590D; }

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

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

background-color css

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

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

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

border-color css

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

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

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