Html Css Color HEX #F9500D International Orange

📋 copy color: '#F9500D'

red 249 ◦ green 80 ◦ blue 13

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

Shades of International Orange #F9500D

Tints of International Orange #F9500D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.39%

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

R = 72.81%
G = 23.39%
B = 3.8%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#F9500D (or 0xF9500D) is known color: International Orange. HEX triplet: F9, 50 and 0D. RGB value is (249,80,13). Sum of RGB (Red+Green+Blue) = 249+80+13=342 (45% of max value = 765). Red value is 249 (97.66% from 255 or 72.81% from 342); Green value is 80 (31.64% from 255 or 23.39% from 342); Blue value is 13 (5.47% from 255 or 3.80% from 342); Max value from RGB is 249 - color contains mainly: red. Hex color #F9500D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F9500D is #06AFF2. Grayscale: #7B7B7B. Windows color (decimal): -438259 or 872697. OLE color: 872697.

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

Color convert

RGB 249 80 13 -
CMYK 0 0.68 0.95 0.02
HSL 17.03º 0.95% 0.51% -
HSV(B) 17.03º 0.95% 0.98% -
XYZ 42.01 25.91 3.17 -
YUV 122.89 65.99 217.95 -
System Red Green Blue C M Y K H S L
Decimal 249 80 13 0 0.68 0.95 0.02 17.03 0.95 0.51
Hex F9 50 D 0 44 5F 2 11 5F 33
Octal 371 120 15 0 104 137 2 21 137 63
Binary 11111001 1010000 1101 0 1000100 1011111 10 10001 1011111 110011

Color Harmonies of #F9500D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9500D

Black with #F9500D

Text Example


Text Example

White with #F9500D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9500D; }

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

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

background-color css

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

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

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

border-color css

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

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

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