Html Css Color HEX #F75413 International Orange

📋 copy color: '#F75413'

red 247 ◦ green 84 ◦ blue 19

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

Shades of International Orange #F75413

Tints of International Orange #F75413

RGB

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

 GREEN value IS 84 (33.2% from 255) = 24%

 BLUE value IS 19 (7.81% from 255) = 5.43%

R = 70.57%
G = 24%
B = 5.43%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.92

 K value IS 0.03

RGB Variations

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

Color information

#F75413 (or 0xF75413) is known color: International Orange. HEX triplet: F7, 54 and 13. RGB value is (247,84,19). Sum of RGB (Red+Green+Blue) = 247+84+19=350 (46% of max value = 765). Red value is 247 (96.88% from 255 or 70.57% from 350); Green value is 84 (33.20% from 255 or 24% from 350); Blue value is 19 (7.81% from 255 or 5.43% from 350); Max value from RGB is 247 - color contains mainly: red. Hex color #F75413 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F75413 is #08ABEC. Grayscale: #7D7D7D. Windows color (decimal): -568301 or 1266935. OLE color: 1266935.

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

Color convert

RGB 247 84 19 -
CMYK 0 0.66 0.92 0.03
HSL 17.11º 0.93% 0.52% -
HSV(B) 17.11º 0.92% 0.97% -
XYZ 41.65 26.16 3.47 -
YUV 125.33 68 214.79 -
System Red Green Blue C M Y K H S L
Decimal 247 84 19 0 0.66 0.92 0.03 17.11 0.93 0.52
Hex F7 54 13 0 42 5C 3 11 5D 34
Octal 367 124 23 0 102 134 3 21 135 64
Binary 11110111 1010100 10011 0 1000010 1011100 11 10001 1011101 110100

Color Harmonies of #F75413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75413

Black with #F75413

Text Example


Text Example

White with #F75413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75413; }

 p { color: rgb(247,84,19); }

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

background-color css

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

 a { background-color: rgb(247,84,19); }

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

border-color css

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

 span { border-color: rgb(247,84,19); }

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