Html Css Color HEX #FCAB52 Texas Rose

📋 copy color: '#FCAB52'

red 252 ◦ green 171 ◦ blue 82

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

Shades of Texas Rose #FCAB52

Tints of Texas Rose #FCAB52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 16.24%

R = 49.9%
G = 33.86%
B = 16.24%

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

#FCAB52 (or 0xFCAB52) is known color: Texas Rose. HEX triplet: FC, AB and 52. RGB value is (252,171,82). Sum of RGB (Red+Green+Blue) = 252+171+82=505 (66% of max value = 765). Red value is 252 (98.83% from 255 or 49.90% from 505); Green value is 171 (67.19% from 255 or 33.86% from 505); Blue value is 82 (32.42% from 255 or 16.24% from 505); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAB52 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCAB52 is #0354AD. Grayscale: #B9B9B9. Windows color (decimal): -218286 or 5417980. OLE color: 5417980.

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

Color convert

RGB 252 171 82 -
CMYK 0 0.32 0.67 0.01
HSL 31.41º 0.97% 0.65% -
HSV(B) 31.41º 0.67% 0.99% -
XYZ 56.23 50.43 14.75 -
YUV 185.07 69.84 175.74 -
System Red Green Blue C M Y K H S L
Decimal 252 171 82 0 0.32 0.67 0.01 31.41 0.97 0.65
Hex FC AB 52 0 20 43 1 1F 61 41
Octal 374 253 122 0 40 103 1 37 141 101
Binary 11111100 10101011 1010010 0 100000 1000011 1 11111 1100001 1000001

Color Harmonies of #FCAB52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAB52

Black with #FCAB52

Text Example


Text Example

White with #FCAB52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAB52; }

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

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

background-color css

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

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

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

border-color css

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

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

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