Html Css Color HEX #FCA655 Texas Rose

📋 copy color: '#FCA655'

red 252 ◦ green 166 ◦ blue 85

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

Shades of Texas Rose #FCA655

Tints of Texas Rose #FCA655

RGB

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

 GREEN value IS 166 (65.23% from 255) = 33%

 BLUE value IS 85 (33.59% from 255) = 16.9%

R = 50.1%
G = 33%
B = 16.9%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.66

 K value IS 0.01

RGB Variations

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

Color information

#FCA655 (or 0xFCA655) is known color: Texas Rose. HEX triplet: FC, A6 and 55. RGB value is (252,166,85). Sum of RGB (Red+Green+Blue) = 252+166+85=503 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.10% from 503); Green value is 166 (65.23% from 255 or 33.00% from 503); Blue value is 85 (33.59% from 255 or 16.90% from 503); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA655 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCA655 is #0359AA. Grayscale: #B6B6B6. Windows color (decimal): -219563 or 5613308. OLE color: 5613308.

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

Color convert

RGB 252 166 85 -
CMYK 0 0.34 0.66 0.01
HSL 29.1º 0.97% 0.66% -
HSV(B) 29.1º 0.66% 0.99% -
XYZ 55.42 48.62 15.06 -
YUV 182.48 72.99 177.59 -
System Red Green Blue C M Y K H S L
Decimal 252 166 85 0 0.34 0.66 0.01 29.1 0.97 0.66
Hex FC A6 55 0 22 42 1 1D 61 42
Octal 374 246 125 0 42 102 1 35 141 102
Binary 11111100 10100110 1010101 0 100010 1000010 1 11101 1100001 1000010

Color Harmonies of #FCA655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA655

Black with #FCA655

Text Example


Text Example

White with #FCA655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA655; }

 p { color: rgb(252,166,85); }

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

background-color css

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

 a { background-color: rgb(252,166,85); }

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

border-color css

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

 span { border-color: rgb(252,166,85); }

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