Html Css Color HEX #FF520C International Orange

📋 copy color: '#FF520C'

red 255 ◦ green 82 ◦ blue 12

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

Shades of International Orange #FF520C

Tints of International Orange #FF520C

RGB

 RED value IS 255 (100% from 255) = 73.07%

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

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

R = 73.07%
G = 23.5%
B = 3.44%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#FF520C (or 0xFF520C) is known color: International Orange. HEX triplet: FF, 52 and 0C. RGB value is (255,82,12). Sum of RGB (Red+Green+Blue) = 255+82+12=349 (46% of max value = 765). Red value is 255 (100% from 255 or 73.07% from 349); Green value is 82 (32.42% from 255 or 23.50% from 349); Blue value is 12 (5.08% from 255 or 3.44% from 349); Max value from RGB is 255 - color contains mainly: red. Hex color #FF520C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF520C is #00ADF3. Grayscale: #7E7E7E. Windows color (decimal): -44532 or 807679. OLE color: 807679.

HSL color Cylindrical-coordinate representation of color #FF520C: hue angle of 17.28º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF520C is Cyan = 0, Magento = 0.68, Yellow = 0.95 and Black (K on CMYK) = 0.

Color convert

RGB 255 82 12 -
CMYK 0 0.68 0.95 0
HSL 17.28º 1% 0.52% -
HSV(B) 17.28º 0.95% 1% -
XYZ 44.32 27.32 3.29 -
YUV 125.75 63.81 220.19 -
System Red Green Blue C M Y K H S L
Decimal 255 82 12 0 0.68 0.95 0 17.28 1 0.52
Hex FF 52 C 0 44 5F 0 11 64 34
Octal 377 122 14 0 104 137 0 21 144 64
Binary 11111111 1010010 1100 0 1000100 1011111 0 10001 1100100 110100

Color Harmonies of #FF520C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF520C

Black with #FF520C

Text Example


Text Example

White with #FF520C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF520C; }

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

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

background-color css

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

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

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

border-color css

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

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

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