Html Css Color HEX #FCB15C Texas Rose

📋 copy color: '#FCB15C'

red 252 ◦ green 177 ◦ blue 92

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

Shades of Texas Rose #FCB15C

Tints of Texas Rose #FCB15C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 17.66%

R = 48.37%
G = 33.97%
B = 17.66%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FCB15C (or 0xFCB15C) is known color: Texas Rose. HEX triplet: FC, B1 and 5C. RGB value is (252,177,92). Sum of RGB (Red+Green+Blue) = 252+177+92=521 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.37% from 521); Green value is 177 (69.53% from 255 or 33.97% from 521); Blue value is 92 (36.33% from 255 or 17.66% from 521); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB15C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCB15C is #034EA3. Grayscale: #BEBEBE. Windows color (decimal): -216740 or 6074876. OLE color: 6074876.

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

Color convert

RGB 252 177 92 -
CMYK 0 0.30 0.63 0.01
HSL 31.88º 0.96% 0.67% -
HSV(B) 31.88º 0.63% 0.99% -
XYZ 57.8 52.91 17.29 -
YUV 189.74 72.85 172.41 -
System Red Green Blue C M Y K H S L
Decimal 252 177 92 0 0.30 0.63 0.01 31.88 0.96 0.67
Hex FC B1 5C 0 1E 3F 1 20 60 43
Octal 374 261 134 0 36 77 1 40 140 103
Binary 11111100 10110001 1011100 0 11110 111111 1 100000 1100000 1000011

Color Harmonies of #FCB15C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB15C

Black with #FCB15C

Text Example


Text Example

White with #FCB15C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB15C; }

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

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

background-color css

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

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

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

border-color css

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

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

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