Html Css Color HEX #FC954A Sunshade

📋 copy color: '#FC954A'

red 252 ◦ green 149 ◦ blue 74

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

Shades of Sunshade #FC954A

Tints of Sunshade #FC954A

RGB

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

 GREEN value IS 149 (58.59% from 255) = 31.37%

 BLUE value IS 74 (29.3% from 255) = 15.58%

R = 53.05%
G = 31.37%
B = 15.58%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FC954A (or 0xFC954A) is known color: Sunshade. HEX triplet: FC, 95 and 4A. RGB value is (252,149,74). Sum of RGB (Red+Green+Blue) = 252+149+74=475 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.05% from 475); Green value is 149 (58.59% from 255 or 31.37% from 475); Blue value is 74 (29.30% from 255 or 15.58% from 475); Max value from RGB is 252 - color contains mainly: red. Hex color #FC954A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC954A is #036AB5. Grayscale: #ABABAB. Windows color (decimal): -223926 or 4888060. OLE color: 4888060.

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

Color convert

RGB 252 149 74 -
CMYK 0 0.41 0.71 0.01
HSL 25.28º 0.97% 0.64% -
HSV(B) 25.28º 0.71% 0.99% -
XYZ 52.13 42.68 11.97 -
YUV 171.25 73.12 185.6 -
System Red Green Blue C M Y K H S L
Decimal 252 149 74 0 0.41 0.71 0.01 25.28 0.97 0.64
Hex FC 95 4A 0 29 47 1 19 61 40
Octal 374 225 112 0 51 107 1 31 141 100
Binary 11111100 10010101 1001010 0 101001 1000111 1 11001 1100001 1000000

Color Harmonies of #FC954A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC954A

Black with #FC954A

Text Example


Text Example

White with #FC954A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC954A; }

 p { color: rgb(252,149,74); }

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

background-color css

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

 a { background-color: rgb(252,149,74); }

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

border-color css

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

 span { border-color: rgb(252,149,74); }

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