Html Css Color HEX #FF5212 International Orange

📋 copy color: '#FF5212'

red 255 ◦ green 82 ◦ blue 18

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

Shades of International Orange #FF5212

Tints of International Orange #FF5212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.07%

R = 71.83%
G = 23.1%
B = 5.07%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#FF5212 (or 0xFF5212) is known color: International Orange. HEX triplet: FF, 52 and 12. RGB value is (255,82,18). Sum of RGB (Red+Green+Blue) = 255+82+18=355 (47% of max value = 765). Red value is 255 (100% from 255 or 71.83% from 355); Green value is 82 (32.42% from 255 or 23.10% from 355); Blue value is 18 (7.42% from 255 or 5.07% from 355); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5212 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5212 is #00ADED. Grayscale: #7E7E7E. Windows color (decimal): -44526 or 1200895. OLE color: 1200895.

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

Color convert

RGB 255 82 18 -
CMYK 0 0.68 0.93 0
HSL 16.2º 1% 0.54% -
HSV(B) 16.2º 0.93% 1% -
XYZ 44.37 27.34 3.51 -
YUV 126.43 66.81 219.7 -
System Red Green Blue C M Y K H S L
Decimal 255 82 18 0 0.68 0.93 0 16.2 1 0.54
Hex FF 52 12 0 44 5D 0 10 64 36
Octal 377 122 22 0 104 135 0 20 144 66
Binary 11111111 1010010 10010 0 1000100 1011101 0 10000 1100100 110110

Color Harmonies of #FF5212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5212

Black with #FF5212

Text Example


Text Example

White with #FF5212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5212; }

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

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

background-color css

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

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

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

border-color css

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

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

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