Html Css Color HEX #F7521D International Orange

📋 copy color: '#F7521D'

red 247 ◦ green 82 ◦ blue 29

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

Shades of International Orange #F7521D

Tints of International Orange #F7521D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.1%

R = 68.99%
G = 22.91%
B = 8.1%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.88

 K value IS 0.03

RGB Variations

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

Color information

#F7521D (or 0xF7521D) is known color: International Orange. HEX triplet: F7, 52 and 1D. RGB value is (247,82,29). Sum of RGB (Red+Green+Blue) = 247+82+29=358 (47% of max value = 765). Red value is 247 (96.88% from 255 or 68.99% from 358); Green value is 82 (32.42% from 255 or 22.91% from 358); Blue value is 29 (11.72% from 255 or 8.10% from 358); Max value from RGB is 247 - color contains mainly: red. Hex color #F7521D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F7521D is #08ADE2. Grayscale: #7D7D7D. Windows color (decimal): -568803 or 1921783. OLE color: 1921783.

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

Color convert

RGB 247 82 29 -
CMYK 0 0.67 0.88 0.03
HSL 14.59º 0.93% 0.54% -
HSV(B) 14.59º 0.88% 0.97% -
XYZ 41.6 25.9 3.97 -
YUV 125.29 73.66 214.81 -
System Red Green Blue C M Y K H S L
Decimal 247 82 29 0 0.67 0.88 0.03 14.59 0.93 0.54
Hex F7 52 1D 0 43 58 3 F 5D 36
Octal 367 122 35 0 103 130 3 17 135 66
Binary 11110111 1010010 11101 0 1000011 1011000 11 1111 1011101 110110

Color Harmonies of #F7521D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7521D

Black with #F7521D

Text Example


Text Example

White with #F7521D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7521D; }

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

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

background-color css

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

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

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

border-color css

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

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

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