Html Css Color HEX #FCAB51 Texas Rose

📋 copy color: '#FCAB51'

red 252 ◦ green 171 ◦ blue 81

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

Shades of Texas Rose #FCAB51

Tints of Texas Rose #FCAB51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 16.07%

R = 50%
G = 33.93%
B = 16.07%

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

#FCAB51 (or 0xFCAB51) is known color: Texas Rose. HEX triplet: FC, AB and 51. RGB value is (252,171,81). Sum of RGB (Red+Green+Blue) = 252+171+81=504 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50% from 504); Green value is 171 (67.19% from 255 or 33.93% from 504); Blue value is 81 (32.03% from 255 or 16.07% from 504); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAB51 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCAB51 is #0354AE. Grayscale: #B9B9B9. Windows color (decimal): -218287 or 5352444. OLE color: 5352444.

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

Color convert

RGB 252 171 81 -
CMYK 0 0.32 0.68 0.01
HSL 31.58º 0.97% 0.65% -
HSV(B) 31.58º 0.68% 0.99% -
XYZ 56.19 50.42 14.55 -
YUV 184.96 69.34 175.82 -
System Red Green Blue C M Y K H S L
Decimal 252 171 81 0 0.32 0.68 0.01 31.58 0.97 0.65
Hex FC AB 51 0 20 44 1 20 61 41
Octal 374 253 121 0 40 104 1 40 141 101
Binary 11111100 10101011 1010001 0 100000 1000100 1 100000 1100001 1000001

Color Harmonies of #FCAB51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAB51

Black with #FCAB51

Text Example


Text Example

White with #FCAB51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAB51; }

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

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

background-color css

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

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

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

border-color css

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

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

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