Html Css Color HEX #FCB254 Texas Rose

📋 copy color: '#FCB254'

red 252 ◦ green 178 ◦ blue 84

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

Shades of Texas Rose #FCB254

Tints of Texas Rose #FCB254

RGB

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

 GREEN value IS 178 (69.92% from 255) = 34.63%

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

R = 49.03%
G = 34.63%
B = 16.34%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.67

 K value IS 0.01

RGB Variations

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

Color information

#FCB254 (or 0xFCB254) is known color: Texas Rose. HEX triplet: FC, B2 and 54. RGB value is (252,178,84). Sum of RGB (Red+Green+Blue) = 252+178+84=514 (68% of max value = 765). Red value is 252 (98.83% from 255 or 49.03% from 514); Green value is 178 (69.92% from 255 or 34.63% from 514); Blue value is 84 (33.20% from 255 or 16.34% from 514); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB254 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCB254 is #034DAB. Grayscale: #BDBDBD. Windows color (decimal): -216492 or 5550844. OLE color: 5550844.

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

Color convert

RGB 252 178 84 -
CMYK 0 0.29 0.67 0.01
HSL 33.57º 0.97% 0.66% -
HSV(B) 33.57º 0.67% 0.99% -
XYZ 57.67 53.18 15.61 -
YUV 189.41 68.52 172.64 -
System Red Green Blue C M Y K H S L
Decimal 252 178 84 0 0.29 0.67 0.01 33.57 0.97 0.66
Hex FC B2 54 0 1D 43 1 22 61 42
Octal 374 262 124 0 35 103 1 42 141 102
Binary 11111100 10110010 1010100 0 11101 1000011 1 100010 1100001 1000010

Color Harmonies of #FCB254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB254

Black with #FCB254

Text Example


Text Example

White with #FCB254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB254; }

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

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

background-color css

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

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

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

border-color css

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

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

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