Html Css Color HEX #FC5105 International Orange

📋 copy color: '#FC5105'

red 252 ◦ green 81 ◦ blue 5

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

Shades of International Orange #FC5105

Tints of International Orange #FC5105

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.48%

R = 74.56%
G = 23.96%
B = 1.48%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FC5105 (or 0xFC5105) is known color: International Orange. HEX triplet: FC, 51 and 05. RGB value is (252,81,5). Sum of RGB (Red+Green+Blue) = 252+81+5=338 (44% of max value = 765). Red value is 252 (98.83% from 255 or 74.56% from 338); Green value is 81 (32.03% from 255 or 23.96% from 338); Blue value is 5 (2.34% from 255 or 1.48% from 338); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5105 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC5105 is #03AEFA. Grayscale: #7B7B7B. Windows color (decimal): -241403 or 348668. OLE color: 348668.

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

Color convert

RGB 252 81 5 -
CMYK 0 0.68 0.98 0.01
HSL 18.46º 0.98% 0.5% -
HSV(B) 18.46º 0.98% 0.99% -
XYZ 43.11 26.59 3 -
YUV 123.47 61.15 219.68 -
System Red Green Blue C M Y K H S L
Decimal 252 81 5 0 0.68 0.98 0.01 18.46 0.98 0.5
Hex FC 51 5 0 44 62 1 12 62 32
Octal 374 121 5 0 104 142 1 22 142 62
Binary 11111100 1010001 101 0 1000100 1100010 1 10010 1100010 110010

Color Harmonies of #FC5105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5105

Black with #FC5105

Text Example


Text Example

White with #FC5105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5105; }

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

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

background-color css

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

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

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

border-color css

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

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

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