Html Css Color HEX #FCAA53 Texas Rose

📋 copy color: '#FCAA53'

red 252 ◦ green 170 ◦ blue 83

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

Shades of Texas Rose #FCAA53

Tints of Texas Rose #FCAA53

RGB

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

 GREEN value IS 170 (66.8% from 255) = 33.66%

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

R = 49.9%
G = 33.66%
B = 16.44%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.67

 K value IS 0.01

RGB Variations

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

Color information

#FCAA53 (or 0xFCAA53) is known color: Texas Rose. HEX triplet: FC, AA and 53. RGB value is (252,170,83). Sum of RGB (Red+Green+Blue) = 252+170+83=505 (66% of max value = 765). Red value is 252 (98.83% from 255 or 49.90% from 505); Green value is 170 (66.80% from 255 or 33.66% from 505); Blue value is 83 (32.81% from 255 or 16.44% from 505); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAA53 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCAA53 is #0355AC. Grayscale: #B9B9B9. Windows color (decimal): -218541 or 5483260. OLE color: 5483260.

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

Color convert

RGB 252 170 83 -
CMYK 0 0.33 0.67 0.01
HSL 30.89º 0.97% 0.66% -
HSV(B) 30.89º 0.67% 0.99% -
XYZ 56.08 50.07 14.89 -
YUV 184.6 70.67 176.07 -
System Red Green Blue C M Y K H S L
Decimal 252 170 83 0 0.33 0.67 0.01 30.89 0.97 0.66
Hex FC AA 53 0 21 43 1 1F 61 42
Octal 374 252 123 0 41 103 1 37 141 102
Binary 11111100 10101010 1010011 0 100001 1000011 1 11111 1100001 1000010

Color Harmonies of #FCAA53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAA53

Black with #FCAA53

Text Example


Text Example

White with #FCAA53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAA53; }

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

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

background-color css

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

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

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

border-color css

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

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

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