Html Css Color HEX #FCA345 Sunshade

📋 copy color: '#FCA345'

red 252 ◦ green 163 ◦ blue 69

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

Shades of Sunshade #FCA345

Tints of Sunshade #FCA345

RGB

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

 GREEN value IS 163 (64.06% from 255) = 33.68%

 BLUE value IS 69 (27.34% from 255) = 14.26%

R = 52.07%
G = 33.68%
B = 14.26%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.73

 K value IS 0.01

RGB Variations

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

Color information

#FCA345 (or 0xFCA345) is known color: Sunshade. HEX triplet: FC, A3 and 45. RGB value is (252,163,69). Sum of RGB (Red+Green+Blue) = 252+163+69=484 (64% of max value = 765). Red value is 252 (98.83% from 255 or 52.07% from 484); Green value is 163 (64.06% from 255 or 33.68% from 484); Blue value is 69 (27.34% from 255 or 14.26% from 484); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA345 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCA345 is #035CBA. Grayscale: #B3B3B3. Windows color (decimal): -220347 or 4563964. OLE color: 4563964.

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

Color convert

RGB 252 163 69 -
CMYK 0 0.35 0.73 0.01
HSL 30.82º 0.97% 0.63% -
HSV(B) 30.82º 0.73% 0.99% -
XYZ 54.32 47.32 11.9 -
YUV 178.9 65.99 180.14 -
System Red Green Blue C M Y K H S L
Decimal 252 163 69 0 0.35 0.73 0.01 30.82 0.97 0.63
Hex FC A3 45 0 23 49 1 1F 61 3F
Octal 374 243 105 0 43 111 1 37 141 77
Binary 11111100 10100011 1000101 0 100011 1001001 1 11111 1100001 111111

Color Harmonies of #FCA345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA345

Black with #FCA345

Text Example


Text Example

White with #FCA345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA345; }

 p { color: rgb(252,163,69); }

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

background-color css

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

 a { background-color: rgb(252,163,69); }

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

border-color css

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

 span { border-color: rgb(252,163,69); }

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