Html Css Color HEX #FCAC5A Texas Rose

📋 copy color: '#FCAC5A'

red 252 ◦ green 172 ◦ blue 90

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

Shades of Texas Rose #FCAC5A

Tints of Texas Rose #FCAC5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 17.51%

R = 49.03%
G = 33.46%
B = 17.51%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FCAC5A (or 0xFCAC5A) is known color: Texas Rose. HEX triplet: FC, AC and 5A. RGB value is (252,172,90). Sum of RGB (Red+Green+Blue) = 252+172+90=514 (68% of max value = 765). Red value is 252 (98.83% from 255 or 49.03% from 514); Green value is 172 (67.58% from 255 or 33.46% from 514); Blue value is 90 (35.55% from 255 or 17.51% from 514); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAC5A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCAC5A is #0353A5. Grayscale: #BABABA. Windows color (decimal): -218022 or 5942524. OLE color: 5942524.

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

Color convert

RGB 252 172 90 -
CMYK 0 0.32 0.64 0.01
HSL 30.37º 0.96% 0.67% -
HSV(B) 30.37º 0.64% 0.99% -
XYZ 56.74 50.94 16.51 -
YUV 186.57 73.5 174.67 -
System Red Green Blue C M Y K H S L
Decimal 252 172 90 0 0.32 0.64 0.01 30.37 0.96 0.67
Hex FC AC 5A 0 20 40 1 1E 60 43
Octal 374 254 132 0 40 100 1 36 140 103
Binary 11111100 10101100 1011010 0 100000 1000000 1 11110 1100000 1000011

Color Harmonies of #FCAC5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAC5A

Black with #FCAC5A

Text Example


Text Example

White with #FCAC5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAC5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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