Html Css Color HEX #FCB15B Texas Rose

📋 copy color: '#FCB15B'

red 252 ◦ green 177 ◦ blue 91

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

Shades of Texas Rose #FCB15B

Tints of Texas Rose #FCB15B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 17.5%

R = 48.46%
G = 34.04%
B = 17.5%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FCB15B (or 0xFCB15B) is known color: Texas Rose. HEX triplet: FC, B1 and 5B. RGB value is (252,177,91). Sum of RGB (Red+Green+Blue) = 252+177+91=520 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.46% from 520); Green value is 177 (69.53% from 255 or 34.04% from 520); Blue value is 91 (35.94% from 255 or 17.5% from 520); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB15B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCB15B is #034EA4. Grayscale: #BEBEBE. Windows color (decimal): -216741 or 6009340. OLE color: 6009340.

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

Color convert

RGB 252 177 91 -
CMYK 0 0.30 0.64 0.01
HSL 32.05º 0.96% 0.67% -
HSV(B) 32.05º 0.64% 0.99% -
XYZ 57.76 52.9 17.06 -
YUV 189.62 72.35 172.49 -
System Red Green Blue C M Y K H S L
Decimal 252 177 91 0 0.30 0.64 0.01 32.05 0.96 0.67
Hex FC B1 5B 0 1E 40 1 20 60 43
Octal 374 261 133 0 36 100 1 40 140 103
Binary 11111100 10110001 1011011 0 11110 1000000 1 100000 1100000 1000011

Color Harmonies of #FCB15B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB15B

Black with #FCB15B

Text Example


Text Example

White with #FCB15B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB15B; }

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

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

background-color css

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

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

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

border-color css

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

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

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