Html Css Color HEX #FCB155 Texas Rose

📋 copy color: '#FCB155'

red 252 ◦ green 177 ◦ blue 85

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

Shades of Texas Rose #FCB155

Tints of Texas Rose #FCB155

RGB

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

 GREEN value IS 177 (69.53% from 255) = 34.44%

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

R = 49.03%
G = 34.44%
B = 16.54%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.66

 K value IS 0.01

RGB Variations

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

Color information

#FCB155 (or 0xFCB155) is known color: Texas Rose. HEX triplet: FC, B1 and 55. RGB value is (252,177,85). Sum of RGB (Red+Green+Blue) = 252+177+85=514 (68% of max value = 765). Red value is 252 (98.83% from 255 or 49.03% from 514); Green value is 177 (69.53% from 255 or 34.44% from 514); Blue value is 85 (33.59% from 255 or 16.54% from 514); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB155 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCB155 is #034EAA. Grayscale: #BDBDBD. Windows color (decimal): -216747 or 5616124. OLE color: 5616124.

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

Color convert

RGB 252 177 85 -
CMYK 0 0.30 0.66 0.01
HSL 33.05º 0.97% 0.66% -
HSV(B) 33.05º 0.66% 0.99% -
XYZ 57.51 52.8 15.75 -
YUV 188.94 69.35 172.98 -
System Red Green Blue C M Y K H S L
Decimal 252 177 85 0 0.30 0.66 0.01 33.05 0.97 0.66
Hex FC B1 55 0 1E 42 1 21 61 42
Octal 374 261 125 0 36 102 1 41 141 102
Binary 11111100 10110001 1010101 0 11110 1000010 1 100001 1100001 1000010

Color Harmonies of #FCB155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB155

Black with #FCB155

Text Example


Text Example

White with #FCB155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB155; }

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

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

background-color css

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

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

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

border-color css

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

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

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