Html Css Color HEX #FCAB4F Texas Rose

📋 copy color: '#FCAB4F'

red 252 ◦ green 171 ◦ blue 79

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

Shades of Texas Rose #FCAB4F

Tints of Texas Rose #FCAB4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 15.74%

R = 50.2%
G = 34.06%
B = 15.74%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.69

 K value IS 0.01

RGB Variations

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

Color information

#FCAB4F (or 0xFCAB4F) is known color: Texas Rose. HEX triplet: FC, AB and 4F. RGB value is (252,171,79). Sum of RGB (Red+Green+Blue) = 252+171+79=502 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.20% from 502); Green value is 171 (67.19% from 255 or 34.06% from 502); Blue value is 79 (31.25% from 255 or 15.74% from 502); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAB4F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCAB4F is #0354B0. Grayscale: #B9B9B9. Windows color (decimal): -218289 or 5221372. OLE color: 5221372.

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

Color convert

RGB 252 171 79 -
CMYK 0 0.32 0.69 0.01
HSL 31.91º 0.97% 0.65% -
HSV(B) 31.91º 0.69% 0.99% -
XYZ 56.12 50.39 14.16 -
YUV 184.73 68.34 175.98 -
System Red Green Blue C M Y K H S L
Decimal 252 171 79 0 0.32 0.69 0.01 31.91 0.97 0.65
Hex FC AB 4F 0 20 45 1 20 61 41
Octal 374 253 117 0 40 105 1 40 141 101
Binary 11111100 10101011 1001111 0 100000 1000101 1 100000 1100001 1000001

Color Harmonies of #FCAB4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAB4F

Black with #FCAB4F

Text Example


Text Example

White with #FCAB4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAB4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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