Html Css Color HEX #FCAB53 Texas Rose

📋 copy color: '#FCAB53'

red 252 ◦ green 171 ◦ blue 83

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

Shades of Texas Rose #FCAB53

Tints of Texas Rose #FCAB53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 16.4%

R = 49.8%
G = 33.79%
B = 16.4%

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

#FCAB53 (or 0xFCAB53) is known color: Texas Rose. HEX triplet: FC, AB and 53. RGB value is (252,171,83). Sum of RGB (Red+Green+Blue) = 252+171+83=506 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.80% from 506); Green value is 171 (67.19% from 255 or 33.79% from 506); Blue value is 83 (32.81% from 255 or 16.40% from 506); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAB53 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCAB53 is #0354AC. Grayscale: #B9B9B9. Windows color (decimal): -218285 or 5483516. OLE color: 5483516.

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

Color convert

RGB 252 171 83 -
CMYK 0 0.32 0.67 0.01
HSL 31.24º 0.97% 0.66% -
HSV(B) 31.24º 0.67% 0.99% -
XYZ 56.27 50.45 14.95 -
YUV 185.19 70.34 175.66 -
System Red Green Blue C M Y K H S L
Decimal 252 171 83 0 0.32 0.67 0.01 31.24 0.97 0.66
Hex FC AB 53 0 20 43 1 1F 61 42
Octal 374 253 123 0 40 103 1 37 141 102
Binary 11111100 10101011 1010011 0 100000 1000011 1 11111 1100001 1000010

Color Harmonies of #FCAB53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAB53

Black with #FCAB53

Text Example


Text Example

White with #FCAB53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAB53; }

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

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

background-color css

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

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

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

border-color css

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

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

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