Html Css Color HEX #F9580C International Orange

📋 copy color: '#F9580C'

red 249 ◦ green 88 ◦ blue 12

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

Shades of International Orange #F9580C

Tints of International Orange #F9580C

RGB

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

 GREEN value IS 88 (34.77% from 255) = 25.21%

 BLUE value IS 12 (5.08% from 255) = 3.44%

R = 71.35%
G = 25.21%
B = 3.44%

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

#F9580C (or 0xF9580C) is known color: International Orange. HEX triplet: F9, 58 and 0C. RGB value is (249,88,12). Sum of RGB (Red+Green+Blue) = 249+88+12=349 (46% of max value = 765). Red value is 249 (97.66% from 255 or 71.35% from 349); Green value is 88 (34.77% from 255 or 25.21% from 349); Blue value is 12 (5.08% from 255 or 3.44% from 349); Max value from RGB is 249 - color contains mainly: red. Hex color #F9580C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F9580C is #06A7F3. Grayscale: #7F7F7F. Windows color (decimal): -436212 or 809209. OLE color: 809209.

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

Color convert

RGB 249 88 12 -
CMYK 0 0.65 0.95 0.02
HSL 19.24º 0.95% 0.51% -
HSV(B) 19.24º 0.95% 0.98% -
XYZ 42.62 27.15 3.34 -
YUV 127.48 62.84 214.68 -
System Red Green Blue C M Y K H S L
Decimal 249 88 12 0 0.65 0.95 0.02 19.24 0.95 0.51
Hex F9 58 C 0 41 5F 2 13 5F 33
Octal 371 130 14 0 101 137 2 23 137 63
Binary 11111001 1011000 1100 0 1000001 1011111 10 10011 1011111 110011

Color Harmonies of #F9580C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9580C

Black with #F9580C

Text Example


Text Example

White with #F9580C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9580C; }

 p { color: rgb(249,88,12); }

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

background-color css

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

 a { background-color: rgb(249,88,12); }

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

border-color css

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

 span { border-color: rgb(249,88,12); }

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