Html Css Color HEX #F7500C International Orange

📋 copy color: '#F7500C'

red 247 ◦ green 80 ◦ blue 12

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

Shades of International Orange #F7500C

Tints of International Orange #F7500C

RGB

 RED value IS 247 (96.88% from 255) = 72.86%

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

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

R = 72.86%
G = 23.6%
B = 3.54%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.95

 K value IS 0.03

RGB Variations

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

Color information

#F7500C (or 0xF7500C) is known color: International Orange. HEX triplet: F7, 50 and 0C. RGB value is (247,80,12). Sum of RGB (Red+Green+Blue) = 247+80+12=339 (44% of max value = 765). Red value is 247 (96.88% from 255 or 72.86% from 339); Green value is 80 (31.64% from 255 or 23.60% from 339); Blue value is 12 (5.08% from 255 or 3.54% from 339); Max value from RGB is 247 - color contains mainly: red. Hex color #F7500C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F7500C is #08AFF3. Grayscale: #7A7A7A. Windows color (decimal): -569332 or 807159. OLE color: 807159.

HSL color Cylindrical-coordinate representation of color #F7500C: hue angle of 17.36º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F7500C is Cyan = 0, Magento = 0.68, Yellow = 0.95 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 80 12 -
CMYK 0 0.68 0.95 0.03
HSL 17.36º 0.94% 0.51% -
HSV(B) 17.36º 0.95% 0.97% -
XYZ 41.29 25.54 3.1 -
YUV 122.18 65.83 217.03 -
System Red Green Blue C M Y K H S L
Decimal 247 80 12 0 0.68 0.95 0.03 17.36 0.94 0.51
Hex F7 50 C 0 44 5F 3 11 5E 33
Octal 367 120 14 0 104 137 3 21 136 63
Binary 11110111 1010000 1100 0 1000100 1011111 11 10001 1011110 110011

Color Harmonies of #F7500C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7500C

Black with #F7500C

Text Example


Text Example

White with #F7500C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7500C; }

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

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

background-color css

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

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

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

border-color css

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

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

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