Html Css Color HEX #FC5A06 International Orange

📋 copy color: '#FC5A06'

red 252 ◦ green 90 ◦ blue 6

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

Shades of International Orange #FC5A06

Tints of International Orange #FC5A06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.72%

R = 72.41%
G = 25.86%
B = 1.72%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FC5A06 (or 0xFC5A06) is known color: International Orange. HEX triplet: FC, 5A and 06. RGB value is (252,90,6). Sum of RGB (Red+Green+Blue) = 252+90+6=348 (46% of max value = 765). Red value is 252 (98.83% from 255 or 72.41% from 348); Green value is 90 (35.55% from 255 or 25.86% from 348); Blue value is 6 (2.73% from 255 or 1.72% from 348); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5A06 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC5A06 is #03A5F9. Grayscale: #818181. Windows color (decimal): -239098 or 416508. OLE color: 416508.

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

Color convert

RGB 252 90 6 -
CMYK 0 0.64 0.98 0.01
HSL 20.49º 0.98% 0.51% -
HSV(B) 20.49º 0.98% 0.99% -
XYZ 43.83 28.02 3.27 -
YUV 128.86 58.67 215.83 -
System Red Green Blue C M Y K H S L
Decimal 252 90 6 0 0.64 0.98 0.01 20.49 0.98 0.51
Hex FC 5A 6 0 40 62 1 14 62 33
Octal 374 132 6 0 100 142 1 24 142 63
Binary 11111100 1011010 110 0 1000000 1100010 1 10100 1100010 110011

Color Harmonies of #FC5A06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5A06

Black with #FC5A06

Text Example


Text Example

White with #FC5A06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5A06; }

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

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

background-color css

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

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

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

border-color css

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

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

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