Html Css Color HEX #F75315 International Orange

📋 copy color: '#F75315'

red 247 ◦ green 83 ◦ blue 21

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

Shades of International Orange #F75315

Tints of International Orange #F75315

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.65%

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

R = 70.37%
G = 23.65%
B = 5.98%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.91

 K value IS 0.03

RGB Variations

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

Color information

#F75315 (or 0xF75315) is known color: International Orange. HEX triplet: F7, 53 and 15. RGB value is (247,83,21). Sum of RGB (Red+Green+Blue) = 247+83+21=351 (46% of max value = 765). Red value is 247 (96.88% from 255 or 70.37% from 351); Green value is 83 (32.81% from 255 or 23.65% from 351); Blue value is 21 (8.59% from 255 or 5.98% from 351); Max value from RGB is 247 - color contains mainly: red. Hex color #F75315 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F75315 is #08ACEA. Grayscale: #7D7D7D. Windows color (decimal): -568555 or 1397751. OLE color: 1397751.

HSL color Cylindrical-coordinate representation of color #F75315: hue angle of 16.46º 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 #F75315 is Cyan = 0, Magento = 0.66, Yellow = 0.91 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 83 21 -
CMYK 0 0.66 0.91 0.03
HSL 16.46º 0.93% 0.53% -
HSV(B) 16.46º 0.91% 0.97% -
XYZ 41.59 26.01 3.54 -
YUV 124.97 69.33 215.04 -
System Red Green Blue C M Y K H S L
Decimal 247 83 21 0 0.66 0.91 0.03 16.46 0.93 0.53
Hex F7 53 15 0 42 5B 3 10 5D 35
Octal 367 123 25 0 102 133 3 20 135 65
Binary 11110111 1010011 10101 0 1000010 1011011 11 10000 1011101 110101

Color Harmonies of #F75315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75315

Black with #F75315

Text Example


Text Example

White with #F75315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75315; }

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

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

background-color css

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

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

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

border-color css

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

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

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