Html Css Color HEX #F75015 International Orange

📋 copy color: '#F75015'

red 247 ◦ green 80 ◦ blue 21

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

Shades of International Orange #F75015

Tints of International Orange #F75015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.03%

R = 70.98%
G = 22.99%
B = 6.03%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.91

 K value IS 0.03

RGB Variations

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

Color information

#F75015 (or 0xF75015) is known color: International Orange. HEX triplet: F7, 50 and 15. RGB value is (247,80,21). Sum of RGB (Red+Green+Blue) = 247+80+21=348 (46% of max value = 765). Red value is 247 (96.88% from 255 or 70.98% from 348); Green value is 80 (31.64% from 255 or 22.99% from 348); Blue value is 21 (8.59% from 255 or 6.03% from 348); Max value from RGB is 247 - color contains mainly: red. Hex color #F75015 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F75015 is #08AFEA. Grayscale: #7B7B7B. Windows color (decimal): -569323 or 1396983. OLE color: 1396983.

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

Color convert

RGB 247 80 21 -
CMYK 0 0.68 0.91 0.03
HSL 15.66º 0.93% 0.53% -
HSV(B) 15.66º 0.91% 0.97% -
XYZ 41.36 25.57 3.46 -
YUV 123.21 70.33 216.3 -
System Red Green Blue C M Y K H S L
Decimal 247 80 21 0 0.68 0.91 0.03 15.66 0.93 0.53
Hex F7 50 15 0 44 5B 3 10 5D 35
Octal 367 120 25 0 104 133 3 20 135 65
Binary 11110111 1010000 10101 0 1000100 1011011 11 10000 1011101 110101

Color Harmonies of #F75015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75015

Black with #F75015

Text Example


Text Example

White with #F75015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75015; }

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

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

background-color css

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

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

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

border-color css

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

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

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