Html Css Color HEX #F9500C International Orange

📋 copy color: '#F9500C'

red 249 ◦ green 80 ◦ blue 12

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

Shades of International Orange #F9500C

Tints of International Orange #F9500C

RGB

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

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

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

R = 73.02%
G = 23.46%
B = 3.52%

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

#F9500C (or 0xF9500C) is known color: International Orange. HEX triplet: F9, 50 and 0C. RGB value is (249,80,12). Sum of RGB (Red+Green+Blue) = 249+80+12=341 (45% of max value = 765). Red value is 249 (97.66% from 255 or 73.02% from 341); Green value is 80 (31.64% from 255 or 23.46% from 341); Blue value is 12 (5.08% from 255 or 3.52% from 341); Max value from RGB is 249 - color contains mainly: red. Hex color #F9500C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F9500C is #06AFF3. Grayscale: #7B7B7B. Windows color (decimal): -438260 or 807161. OLE color: 807161.

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

Color convert

RGB 249 80 12 -
CMYK 0 0.68 0.95 0.02
HSL 17.22º 0.95% 0.51% -
HSV(B) 17.22º 0.95% 0.98% -
XYZ 42 25.9 3.13 -
YUV 122.78 65.49 218.03 -
System Red Green Blue C M Y K H S L
Decimal 249 80 12 0 0.68 0.95 0.02 17.22 0.95 0.51
Hex F9 50 C 0 44 5F 2 11 5F 33
Octal 371 120 14 0 104 137 2 21 137 63
Binary 11111001 1010000 1100 0 1000100 1011111 10 10001 1011111 110011

Color Harmonies of #F9500C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9500C

Black with #F9500C

Text Example


Text Example

White with #F9500C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9500C; }

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

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

background-color css

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

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

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

border-color css

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

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

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