Html Css Color HEX #FCBC60 Texas Rose

📋 copy color: '#FCBC60'

red 252 ◦ green 188 ◦ blue 96

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

Shades of Texas Rose #FCBC60

Tints of Texas Rose #FCBC60

RGB

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

 GREEN value IS 188 (73.83% from 255) = 35.07%

 BLUE value IS 96 (37.89% from 255) = 17.91%

R = 47.01%
G = 35.07%
B = 17.91%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#FCBC60 (or 0xFCBC60) is known color: Texas Rose. HEX triplet: FC, BC and 60. RGB value is (252,188,96). Sum of RGB (Red+Green+Blue) = 252+188+96=536 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.01% from 536); Green value is 188 (73.83% from 255 or 35.07% from 536); Blue value is 96 (37.89% from 255 or 17.91% from 536); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBC60 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCBC60 is #03439F. Grayscale: #C5C5C5. Windows color (decimal): -213920 or 6339836. OLE color: 6339836.

HSL color Cylindrical-coordinate representation of color #FCBC60: hue angle of 35.38º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FCBC60 is Cyan = 0, Magento = 0.25, Yellow = 0.62 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 188 96 -
CMYK 0 0.25 0.62 0.01
HSL 35.38º 0.96% 0.68% -
HSV(B) 35.38º 0.62% 0.99% -
XYZ 60.24 57.51 18.99 -
YUV 196.65 71.2 167.48 -
System Red Green Blue C M Y K H S L
Decimal 252 188 96 0 0.25 0.62 0.01 35.38 0.96 0.68
Hex FC BC 60 0 19 3E 1 23 60 44
Octal 374 274 140 0 31 76 1 43 140 104
Binary 11111100 10111100 1100000 0 11001 111110 1 100011 1100000 1000100

Color Harmonies of #FCBC60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBC60

Black with #FCBC60

Text Example


Text Example

White with #FCBC60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBC60; }

 p { color: rgb(252,188,96); }

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

background-color css

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

 a { background-color: rgb(252,188,96); }

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

border-color css

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

 span { border-color: rgb(252,188,96); }

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