Html Css Color HEX #FCAB57 Texas Rose

📋 copy color: '#FCAB57'

red 252 ◦ green 171 ◦ blue 87

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

Shades of Texas Rose #FCAB57

Tints of Texas Rose #FCAB57

RGB

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

 GREEN value IS 171 (67.19% from 255) = 33.53%

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

R = 49.41%
G = 33.53%
B = 17.06%

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

#FCAB57 (or 0xFCAB57) is known color: Texas Rose. HEX triplet: FC, AB and 57. RGB value is (252,171,87). Sum of RGB (Red+Green+Blue) = 252+171+87=510 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.41% from 510); Green value is 171 (67.19% from 255 or 33.53% from 510); Blue value is 87 (34.38% from 255 or 17.06% from 510); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAB57 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCAB57 is #0354A8. Grayscale: #BABABA. Windows color (decimal): -218281 or 5745660. OLE color: 5745660.

HSL color Cylindrical-coordinate representation of color #FCAB57: hue angle of 30.55º 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 #FCAB57 is Cyan = 0, Magento = 0.32, Yellow = 0.65 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 171 87 -
CMYK 0 0.32 0.65 0.01
HSL 30.55º 0.96% 0.66% -
HSV(B) 30.55º 0.65% 0.99% -
XYZ 56.43 50.51 15.79 -
YUV 185.64 72.34 175.33 -
System Red Green Blue C M Y K H S L
Decimal 252 171 87 0 0.32 0.65 0.01 30.55 0.96 0.66
Hex FC AB 57 0 20 41 1 1F 60 42
Octal 374 253 127 0 40 101 1 37 140 102
Binary 11111100 10101011 1010111 0 100000 1000001 1 11111 1100000 1000010

Color Harmonies of #FCAB57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAB57

Black with #FCAB57

Text Example


Text Example

White with #FCAB57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAB57; }

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

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

background-color css

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

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

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

border-color css

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

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

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