Html Css Color HEX #F7521B International Orange

📋 copy color: '#F7521B'

red 247 ◦ green 82 ◦ blue 27

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

Shades of International Orange #F7521B

Tints of International Orange #F7521B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.58%

R = 69.38%
G = 23.03%
B = 7.58%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.89

 K value IS 0.03

RGB Variations

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

Color information

#F7521B (or 0xF7521B) is known color: International Orange. HEX triplet: F7, 52 and 1B. RGB value is (247,82,27). Sum of RGB (Red+Green+Blue) = 247+82+27=356 (47% of max value = 765). Red value is 247 (96.88% from 255 or 69.38% from 356); Green value is 82 (32.42% from 255 or 23.03% from 356); Blue value is 27 (10.94% from 255 or 7.58% from 356); Max value from RGB is 247 - color contains mainly: red. Hex color #F7521B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F7521B is #08ADE4. Grayscale: #7D7D7D. Windows color (decimal): -568805 or 1790711. OLE color: 1790711.

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

Color convert

RGB 247 82 27 -
CMYK 0 0.67 0.89 0.03
HSL 15º 0.93% 0.54% -
HSV(B) 15º 0.89% 0.97% -
XYZ 41.57 25.89 3.84 -
YUV 125.07 72.66 214.97 -
System Red Green Blue C M Y K H S L
Decimal 247 82 27 0 0.67 0.89 0.03 15 0.93 0.54
Hex F7 52 1B 0 43 59 3 F 5D 36
Octal 367 122 33 0 103 131 3 17 135 66
Binary 11110111 1010010 11011 0 1000011 1011001 11 1111 1011101 110110

Color Harmonies of #F7521B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7521B

Black with #F7521B

Text Example


Text Example

White with #F7521B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7521B; }

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

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

background-color css

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

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

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

border-color css

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

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

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