Html Css Color HEX #FCAB54 Texas Rose

📋 copy color: '#FCAB54'

red 252 ◦ green 171 ◦ blue 84

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

Shades of Texas Rose #FCAB54

Tints of Texas Rose #FCAB54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 16.57%

R = 49.7%
G = 33.73%
B = 16.57%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.67

 K value IS 0.01

RGB Variations

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

Color information

#FCAB54 (or 0xFCAB54) is known color: Texas Rose. HEX triplet: FC, AB and 54. RGB value is (252,171,84). Sum of RGB (Red+Green+Blue) = 252+171+84=507 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.70% from 507); Green value is 171 (67.19% from 255 or 33.73% from 507); Blue value is 84 (33.20% from 255 or 16.57% from 507); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAB54 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCAB54 is #0354AB. Grayscale: #B9B9B9. Windows color (decimal): -218284 or 5549052. OLE color: 5549052.

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

Color convert

RGB 252 171 84 -
CMYK 0 0.32 0.67 0.01
HSL 31.07º 0.97% 0.66% -
HSV(B) 31.07º 0.67% 0.99% -
XYZ 56.31 50.46 15.16 -
YUV 185.3 70.84 175.57 -
System Red Green Blue C M Y K H S L
Decimal 252 171 84 0 0.32 0.67 0.01 31.07 0.97 0.66
Hex FC AB 54 0 20 43 1 1F 61 42
Octal 374 253 124 0 40 103 1 37 141 102
Binary 11111100 10101011 1010100 0 100000 1000011 1 11111 1100001 1000010

Color Harmonies of #FCAB54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAB54

Black with #FCAB54

Text Example


Text Example

White with #FCAB54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAB54; }

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

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

background-color css

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

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

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

border-color css

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

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

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