Html Css Color HEX #FCB558 Texas Rose

📋 copy color: '#FCB558'

red 252 ◦ green 181 ◦ blue 88

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

Shades of Texas Rose #FCB558

Tints of Texas Rose #FCB558

RGB

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

 GREEN value IS 181 (71.09% from 255) = 34.74%

 BLUE value IS 88 (34.77% from 255) = 16.89%

R = 48.37%
G = 34.74%
B = 16.89%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.65

 K value IS 0.01

RGB Variations

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

Color information

#FCB558 (or 0xFCB558) is known color: Texas Rose. HEX triplet: FC, B5 and 58. RGB value is (252,181,88). Sum of RGB (Red+Green+Blue) = 252+181+88=521 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.37% from 521); Green value is 181 (71.09% from 255 or 34.74% from 521); Blue value is 88 (34.77% from 255 or 16.89% from 521); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB558 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCB558 is #034AA7. Grayscale: #C0C0C0. Windows color (decimal): -215720 or 5813756. OLE color: 5813756.

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

Color convert

RGB 252 181 88 -
CMYK 0 0.28 0.65 0.01
HSL 34.02º 0.96% 0.67% -
HSV(B) 34.02º 0.65% 0.99% -
XYZ 58.43 54.45 16.66 -
YUV 191.63 69.52 171.06 -
System Red Green Blue C M Y K H S L
Decimal 252 181 88 0 0.28 0.65 0.01 34.02 0.96 0.67
Hex FC B5 58 0 1C 41 1 22 60 43
Octal 374 265 130 0 34 101 1 42 140 103
Binary 11111100 10110101 1011000 0 11100 1000001 1 100010 1100000 1000011

Color Harmonies of #FCB558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB558

Black with #FCB558

Text Example


Text Example

White with #FCB558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB558; }

 p { color: rgb(252,181,88); }

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

background-color css

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

 a { background-color: rgb(252,181,88); }

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

border-color css

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

 span { border-color: rgb(252,181,88); }

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