Html Css Color HEX #F7520B International Orange

📋 copy color: '#F7520B'

red 247 ◦ green 82 ◦ blue 11

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

Shades of International Orange #F7520B

Tints of International Orange #F7520B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.24%

R = 72.65%
G = 24.12%
B = 3.24%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.96

 K value IS 0.03

RGB Variations

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

Color information

#F7520B (or 0xF7520B) is known color: International Orange. HEX triplet: F7, 52 and 0B. RGB value is (247,82,11). Sum of RGB (Red+Green+Blue) = 247+82+11=340 (45% of max value = 765). Red value is 247 (96.88% from 255 or 72.65% from 340); Green value is 82 (32.42% from 255 or 24.12% from 340); Blue value is 11 (4.69% from 255 or 3.24% from 340); Max value from RGB is 247 - color contains mainly: red. Hex color #F7520B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F7520B is #08ADF4. Grayscale: #7B7B7B. Windows color (decimal): -568821 or 742135. OLE color: 742135.

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

Color convert

RGB 247 82 11 -
CMYK 0 0.67 0.96 0.03
HSL 18.05º 0.94% 0.51% -
HSV(B) 18.05º 0.96% 0.97% -
XYZ 41.44 25.83 3.12 -
YUV 123.24 64.66 216.27 -
System Red Green Blue C M Y K H S L
Decimal 247 82 11 0 0.67 0.96 0.03 18.05 0.94 0.51
Hex F7 52 B 0 43 60 3 12 5E 33
Octal 367 122 13 0 103 140 3 22 136 63
Binary 11110111 1010010 1011 0 1000011 1100000 11 10010 1011110 110011

Color Harmonies of #F7520B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7520B

Black with #F7520B

Text Example


Text Example

White with #F7520B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7520B; }

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

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

background-color css

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

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

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

border-color css

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

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

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