Html Css Color HEX #FCA856 Texas Rose

📋 copy color: '#FCA856'

red 252 ◦ green 168 ◦ blue 86

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

Shades of Texas Rose #FCA856

Tints of Texas Rose #FCA856

RGB

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

 GREEN value IS 168 (66.02% from 255) = 33.2%

 BLUE value IS 86 (33.98% from 255) = 17%

R = 49.8%
G = 33.2%
B = 17%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.66

 K value IS 0.01

RGB Variations

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

Color information

#FCA856 (or 0xFCA856) is known color: Texas Rose. HEX triplet: FC, A8 and 56. RGB value is (252,168,86). Sum of RGB (Red+Green+Blue) = 252+168+86=506 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.80% from 506); Green value is 168 (66.02% from 255 or 33.20% from 506); Blue value is 86 (33.98% from 255 or 17.00% from 506); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA856 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCA856 is #0357A9. Grayscale: #B8B8B8. Windows color (decimal): -219050 or 5679356. OLE color: 5679356.

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

Color convert

RGB 252 168 86 -
CMYK 0 0.33 0.66 0.01
HSL 29.64º 0.97% 0.66% -
HSV(B) 29.64º 0.66% 0.99% -
XYZ 55.83 49.37 15.39 -
YUV 183.77 72.83 176.67 -
System Red Green Blue C M Y K H S L
Decimal 252 168 86 0 0.33 0.66 0.01 29.64 0.97 0.66
Hex FC A8 56 0 21 42 1 1E 61 42
Octal 374 250 126 0 41 102 1 36 141 102
Binary 11111100 10101000 1010110 0 100001 1000010 1 11110 1100001 1000010

Color Harmonies of #FCA856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA856

Black with #FCA856

Text Example


Text Example

White with #FCA856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA856; }

 p { color: rgb(252,168,86); }

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

background-color css

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

 a { background-color: rgb(252,168,86); }

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

border-color css

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

 span { border-color: rgb(252,168,86); }

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