Html Css Color HEX #FCA597 Rose Bud

📋 copy color: '#FCA597'

red 252 ◦ green 165 ◦ blue 151

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

Shades of Rose Bud #FCA597

Tints of Rose Bud #FCA597

RGB

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

 GREEN value IS 165 (64.84% from 255) = 29.05%

 BLUE value IS 151 (59.38% from 255) = 26.58%

R = 44.37%
G = 29.05%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.40

 K value IS 0.01

RGB Variations

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

Color information

#FCA597 (or 0xFCA597) is known color: Rose Bud. HEX triplet: FC, A5 and 97. RGB value is (252,165,151). Sum of RGB (Red+Green+Blue) = 252+165+151=568 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.37% from 568); Green value is 165 (64.84% from 255 or 29.05% from 568); Blue value is 151 (59.38% from 255 or 26.58% from 568); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA597 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCA597 is #035A68. Grayscale: #BDBDBD. Windows color (decimal): -219753 or 9938428. OLE color: 9938428.

HSL color Cylindrical-coordinate representation of color #FCA597: hue angle of 8.32º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FCA597 is Cyan = 0, Magento = 0.35, Yellow = 0.40 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 165 151 -
CMYK 0 0.35 0.40 0.01
HSL 8.32º 0.94% 0.79% -
HSV(B) 8.32º 0.4% 0.99% -
XYZ 59.19 49.84 35.78 -
YUV 189.42 106.32 172.64 -
System Red Green Blue C M Y K H S L
Decimal 252 165 151 0 0.35 0.40 0.01 8.32 0.94 0.79
Hex FC A5 97 0 23 28 1 8 5E 4F
Octal 374 245 227 0 43 50 1 10 136 117
Binary 11111100 10100101 10010111 0 100011 101000 1 1000 1011110 1001111

Color Harmonies of #FCA597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA597

Black with #FCA597

Text Example


Text Example

White with #FCA597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA597; }

 p { color: rgb(252,165,151); }

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

background-color css

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

 a { background-color: rgb(252,165,151); }

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

border-color css

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

 span { border-color: rgb(252,165,151); }

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