Html Css Color HEX #F7520D International Orange

📋 copy color: '#F7520D'

red 247 ◦ green 82 ◦ blue 13

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

Shades of International Orange #F7520D

Tints of International Orange #F7520D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.98%

 BLUE value IS 13 (5.47% from 255) = 3.8%

R = 72.22%
G = 23.98%
B = 3.8%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.95

 K value IS 0.03

RGB Variations

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

Color information

#F7520D (or 0xF7520D) is known color: International Orange. HEX triplet: F7, 52 and 0D. RGB value is (247,82,13). Sum of RGB (Red+Green+Blue) = 247+82+13=342 (45% of max value = 765). Red value is 247 (96.88% from 255 or 72.22% from 342); Green value is 82 (32.42% from 255 or 23.98% from 342); Blue value is 13 (5.47% from 255 or 3.80% from 342); Max value from RGB is 247 - color contains mainly: red. Hex color #F7520D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F7520D is #08ADF2. Grayscale: #7B7B7B. Windows color (decimal): -568819 or 873207. OLE color: 873207.

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

Color convert

RGB 247 82 13 -
CMYK 0 0.67 0.95 0.03
HSL 17.69º 0.94% 0.51% -
HSV(B) 17.69º 0.95% 0.97% -
XYZ 41.45 25.84 3.18 -
YUV 123.47 65.66 216.11 -
System Red Green Blue C M Y K H S L
Decimal 247 82 13 0 0.67 0.95 0.03 17.69 0.94 0.51
Hex F7 52 D 0 43 5F 3 12 5E 33
Octal 367 122 15 0 103 137 3 22 136 63
Binary 11110111 1010010 1101 0 1000011 1011111 11 10010 1011110 110011

Color Harmonies of #F7520D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7520D

Black with #F7520D

Text Example


Text Example

White with #F7520D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7520D; }

 p { color: rgb(247,82,13); }

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

background-color css

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

 a { background-color: rgb(247,82,13); }

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

border-color css

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

 span { border-color: rgb(247,82,13); }

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