Html Css Color HEX #FCAC57 Texas Rose

📋 copy color: '#FCAC57'

red 252 ◦ green 172 ◦ blue 87

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

Shades of Texas Rose #FCAC57

Tints of Texas Rose #FCAC57

RGB

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

 GREEN value IS 172 (67.58% from 255) = 33.66%

 BLUE value IS 87 (34.38% from 255) = 17.03%

R = 49.32%
G = 33.66%
B = 17.03%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.65

 K value IS 0.01

RGB Variations

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

Color information

#FCAC57 (or 0xFCAC57) is known color: Texas Rose. HEX triplet: FC, AC and 57. RGB value is (252,172,87). Sum of RGB (Red+Green+Blue) = 252+172+87=511 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.32% from 511); Green value is 172 (67.58% from 255 or 33.66% from 511); Blue value is 87 (34.38% from 255 or 17.03% from 511); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAC57 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCAC57 is #0353A8. Grayscale: #BABABA. Windows color (decimal): -218025 or 5745916. OLE color: 5745916.

HSL color Cylindrical-coordinate representation of color #FCAC57: hue angle of 30.91º degrees, saturation: 0.96, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FCAC57 is Cyan = 0, Magento = 0.32, Yellow = 0.65 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 172 87 -
CMYK 0 0.32 0.65 0.01
HSL 30.91º 0.96% 0.66% -
HSV(B) 30.91º 0.65% 0.99% -
XYZ 56.62 50.89 15.86 -
YUV 186.23 72 174.91 -
System Red Green Blue C M Y K H S L
Decimal 252 172 87 0 0.32 0.65 0.01 30.91 0.96 0.66
Hex FC AC 57 0 20 41 1 1F 60 42
Octal 374 254 127 0 40 101 1 37 140 102
Binary 11111100 10101100 1010111 0 100000 1000001 1 11111 1100000 1000010

Color Harmonies of #FCAC57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAC57

Black with #FCAC57

Text Example


Text Example

White with #FCAC57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAC57; }

 p { color: rgb(252,172,87); }

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

background-color css

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

 a { background-color: rgb(252,172,87); }

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

border-color css

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

 span { border-color: rgb(252,172,87); }

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