Html Css Color HEX #FCAB50 Texas Rose

📋 copy color: '#FCAB50'

red 252 ◦ green 171 ◦ blue 80

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

Shades of Texas Rose #FCAB50

Tints of Texas Rose #FCAB50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 15.9%

R = 50.1%
G = 34%
B = 15.9%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#FCAB50 (or 0xFCAB50) is known color: Texas Rose. HEX triplet: FC, AB and 50. RGB value is (252,171,80). Sum of RGB (Red+Green+Blue) = 252+171+80=503 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.10% from 503); Green value is 171 (67.19% from 255 or 34.00% from 503); Blue value is 80 (31.64% from 255 or 15.90% from 503); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAB50 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCAB50 is #0354AF. Grayscale: #B9B9B9. Windows color (decimal): -218288 or 5286908. OLE color: 5286908.

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

Color convert

RGB 252 171 80 -
CMYK 0 0.32 0.68 0.01
HSL 31.74º 0.97% 0.65% -
HSV(B) 31.74º 0.68% 0.99% -
XYZ 56.16 50.4 14.36 -
YUV 184.85 68.84 175.9 -
System Red Green Blue C M Y K H S L
Decimal 252 171 80 0 0.32 0.68 0.01 31.74 0.97 0.65
Hex FC AB 50 0 20 44 1 20 61 41
Octal 374 253 120 0 40 104 1 40 141 101
Binary 11111100 10101011 1010000 0 100000 1000100 1 100000 1100001 1000001

Color Harmonies of #FCAB50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAB50

Black with #FCAB50

Text Example


Text Example

White with #FCAB50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAB50; }

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

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

background-color css

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

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

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

border-color css

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

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

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