Html Css Color HEX #F7520C International Orange

📋 copy color: '#F7520C'

red 247 ◦ green 82 ◦ blue 12

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

Shades of International Orange #F7520C

Tints of International Orange #F7520C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.52%

R = 72.43%
G = 24.05%
B = 3.52%

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

#F7520C (or 0xF7520C) is known color: International Orange. HEX triplet: F7, 52 and 0C. RGB value is (247,82,12). Sum of RGB (Red+Green+Blue) = 247+82+12=341 (45% of max value = 765). Red value is 247 (96.88% from 255 or 72.43% from 341); Green value is 82 (32.42% from 255 or 24.05% from 341); Blue value is 12 (5.08% from 255 or 3.52% from 341); Max value from RGB is 247 - color contains mainly: red. Hex color #F7520C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F7520C is #08ADF3. Grayscale: #7B7B7B. Windows color (decimal): -568820 or 807671. OLE color: 807671.

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

Color convert

RGB 247 82 12 -
CMYK 0 0.67 0.95 0.03
HSL 17.87º 0.94% 0.51% -
HSV(B) 17.87º 0.95% 0.97% -
XYZ 41.44 25.84 3.15 -
YUV 123.36 65.16 216.19 -
System Red Green Blue C M Y K H S L
Decimal 247 82 12 0 0.67 0.95 0.03 17.87 0.94 0.51
Hex F7 52 C 0 43 5F 3 12 5E 33
Octal 367 122 14 0 103 137 3 22 136 63
Binary 11110111 1010010 1100 0 1000011 1011111 11 10010 1011110 110011

Color Harmonies of #F7520C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7520C

Black with #F7520C

Text Example


Text Example

White with #F7520C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7520C; }

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

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

background-color css

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

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

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

border-color css

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

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

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