Html Css Color HEX #FCAC53 Texas Rose

📋 copy color: '#FCAC53'

red 252 ◦ green 172 ◦ blue 83

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

Shades of Texas Rose #FCAC53

Tints of Texas Rose #FCAC53

RGB

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

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

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

R = 49.7%
G = 33.93%
B = 16.37%

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

#FCAC53 (or 0xFCAC53) is known color: Texas Rose. HEX triplet: FC, AC and 53. RGB value is (252,172,83). Sum of RGB (Red+Green+Blue) = 252+172+83=507 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.70% from 507); Green value is 172 (67.58% from 255 or 33.93% from 507); Blue value is 83 (32.81% from 255 or 16.37% from 507); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAC53 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCAC53 is #0353AC. Grayscale: #BABABA. Windows color (decimal): -218029 or 5483772. OLE color: 5483772.

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

Color convert

RGB 252 172 83 -
CMYK 0 0.32 0.67 0.01
HSL 31.6º 0.97% 0.66% -
HSV(B) 31.6º 0.67% 0.99% -
XYZ 56.46 50.83 15.02 -
YUV 185.77 70 175.24 -
System Red Green Blue C M Y K H S L
Decimal 252 172 83 0 0.32 0.67 0.01 31.6 0.97 0.66
Hex FC AC 53 0 20 43 1 20 61 42
Octal 374 254 123 0 40 103 1 40 141 102
Binary 11111100 10101100 1010011 0 100000 1000011 1 100000 1100001 1000010

Color Harmonies of #FCAC53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAC53

Black with #FCAC53

Text Example


Text Example

White with #FCAC53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAC53; }

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

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

background-color css

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

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

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

border-color css

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

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

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