Html Css Color HEX #FCB154 Texas Rose

📋 copy color: '#FCB154'

red 252 ◦ green 177 ◦ blue 84

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

Shades of Texas Rose #FCB154

Tints of Texas Rose #FCB154

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 16.37%

R = 49.12%
G = 34.5%
B = 16.37%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.67

 K value IS 0.01

RGB Variations

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

Color information

#FCB154 (or 0xFCB154) is known color: Texas Rose. HEX triplet: FC, B1 and 54. RGB value is (252,177,84). Sum of RGB (Red+Green+Blue) = 252+177+84=513 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.12% from 513); Green value is 177 (69.53% from 255 or 34.50% from 513); Blue value is 84 (33.20% from 255 or 16.37% from 513); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB154 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCB154 is #034EAB. Grayscale: #BDBDBD. Windows color (decimal): -216748 or 5550588. OLE color: 5550588.

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

Color convert

RGB 252 177 84 -
CMYK 0 0.30 0.67 0.01
HSL 33.21º 0.97% 0.66% -
HSV(B) 33.21º 0.67% 0.99% -
XYZ 57.47 52.78 15.55 -
YUV 188.82 68.85 173.06 -
System Red Green Blue C M Y K H S L
Decimal 252 177 84 0 0.30 0.67 0.01 33.21 0.97 0.66
Hex FC B1 54 0 1E 43 1 21 61 42
Octal 374 261 124 0 36 103 1 41 141 102
Binary 11111100 10110001 1010100 0 11110 1000011 1 100001 1100001 1000010

Color Harmonies of #FCB154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB154

Black with #FCB154

Text Example


Text Example

White with #FCB154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB154; }

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

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

background-color css

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

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

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

border-color css

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

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

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