Html Css Color HEX #FCAB59 Texas Rose

📋 copy color: '#FCAB59'

red 252 ◦ green 171 ◦ blue 89

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

Shades of Texas Rose #FCAB59

Tints of Texas Rose #FCAB59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 17.38%

R = 49.22%
G = 33.4%
B = 17.38%

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

#FCAB59 (or 0xFCAB59) is known color: Texas Rose. HEX triplet: FC, AB and 59. RGB value is (252,171,89). Sum of RGB (Red+Green+Blue) = 252+171+89=512 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.22% from 512); Green value is 171 (67.19% from 255 or 33.40% from 512); Blue value is 89 (35.16% from 255 or 17.38% from 512); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAB59 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCAB59 is #0354A6. Grayscale: #BABABA. Windows color (decimal): -218279 or 5876732. OLE color: 5876732.

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

Color convert

RGB 252 171 89 -
CMYK 0 0.32 0.65 0.01
HSL 30.18º 0.96% 0.67% -
HSV(B) 30.18º 0.65% 0.99% -
XYZ 56.51 50.54 16.23 -
YUV 185.87 73.34 175.17 -
System Red Green Blue C M Y K H S L
Decimal 252 171 89 0 0.32 0.65 0.01 30.18 0.96 0.67
Hex FC AB 59 0 20 41 1 1E 60 43
Octal 374 253 131 0 40 101 1 36 140 103
Binary 11111100 10101011 1011001 0 100000 1000001 1 11110 1100000 1000011

Color Harmonies of #FCAB59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAB59

Black with #FCAB59

Text Example


Text Example

White with #FCAB59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAB59; }

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

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

background-color css

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

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

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

border-color css

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

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

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