Html Css Color HEX #FC5A1A International Orange

📋 copy color: '#FC5A1A'

red 252 ◦ green 90 ◦ blue 26

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

Shades of International Orange #FC5A1A

Tints of International Orange #FC5A1A

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24.46%

 BLUE value IS 26 (10.55% from 255) = 7.07%

R = 68.48%
G = 24.46%
B = 7.07%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FC5A1A (or 0xFC5A1A) is known color: International Orange. HEX triplet: FC, 5A and 1A. RGB value is (252,90,26). Sum of RGB (Red+Green+Blue) = 252+90+26=368 (48% of max value = 765). Red value is 252 (98.83% from 255 or 68.48% from 368); Green value is 90 (35.55% from 255 or 24.46% from 368); Blue value is 26 (10.55% from 255 or 7.07% from 368); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5A1A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC5A1A is #03A5E5. Grayscale: #838383. Windows color (decimal): -239078 or 1727228. OLE color: 1727228.

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

Color convert

RGB 252 90 26 -
CMYK 0 0.64 0.90 0.01
HSL 16.99º 0.97% 0.55% -
HSV(B) 16.99º 0.9% 0.99% -
XYZ 43.99 28.08 4.08 -
YUV 131.14 68.67 214.2 -
System Red Green Blue C M Y K H S L
Decimal 252 90 26 0 0.64 0.90 0.01 16.99 0.97 0.55
Hex FC 5A 1A 0 40 5A 1 11 61 37
Octal 374 132 32 0 100 132 1 21 141 67
Binary 11111100 1011010 11010 0 1000000 1011010 1 10001 1100001 110111

Color Harmonies of #FC5A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5A1A

Black with #FC5A1A

Text Example


Text Example

White with #FC5A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5A1A; }

 p { color: rgb(252,90,26); }

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

background-color css

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

 a { background-color: rgb(252,90,26); }

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

border-color css

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

 span { border-color: rgb(252,90,26); }

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