Html Css Color HEX #FC511B International Orange

📋 copy color: '#FC511B'

red 252 ◦ green 81 ◦ blue 27

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

Shades of International Orange #FC511B

Tints of International Orange #FC511B

RGB

 RED value IS 252 (98.83% from 255) = 70%

 GREEN value IS 81 (32.03% from 255) = 22.5%

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

R = 70%
G = 22.5%
B = 7.5%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#FC511B (or 0xFC511B) is known color: International Orange. HEX triplet: FC, 51 and 1B. RGB value is (252,81,27). Sum of RGB (Red+Green+Blue) = 252+81+27=360 (47% of max value = 765). Red value is 252 (98.83% from 255 or 70% from 360); Green value is 81 (32.03% from 255 or 22.5% from 360); Blue value is 27 (10.94% from 255 or 7.5% from 360); Max value from RGB is 252 - color contains mainly: red. Hex color #FC511B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC511B is #03AEE4. Grayscale: #7E7E7E. Windows color (decimal): -241381 or 1790460. OLE color: 1790460.

HSL color Cylindrical-coordinate representation of color #FC511B: hue angle of 14.4º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FC511B is Cyan = 0, Magento = 0.68, Yellow = 0.89 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 81 27 -
CMYK 0 0.68 0.89 0.01
HSL 14.4º 0.97% 0.55% -
HSV(B) 14.4º 0.89% 0.99% -
XYZ 43.29 26.66 3.9 -
YUV 125.97 72.15 217.89 -
System Red Green Blue C M Y K H S L
Decimal 252 81 27 0 0.68 0.89 0.01 14.4 0.97 0.55
Hex FC 51 1B 0 44 59 1 E 61 37
Octal 374 121 33 0 104 131 1 16 141 67
Binary 11111100 1010001 11011 0 1000100 1011001 1 1110 1100001 110111

Color Harmonies of #FC511B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC511B

Black with #FC511B

Text Example


Text Example

White with #FC511B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC511B; }

 p { color: rgb(252,81,27); }

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

background-color css

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

 a { background-color: rgb(252,81,27); }

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

border-color css

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

 span { border-color: rgb(252,81,27); }

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