Html Css Color HEX #FCB458 Texas Rose

📋 copy color: '#FCB458'

red 252 ◦ green 180 ◦ blue 88

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

Shades of Texas Rose #FCB458

Tints of Texas Rose #FCB458

RGB

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

 GREEN value IS 180 (70.7% from 255) = 34.62%

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

R = 48.46%
G = 34.62%
B = 16.92%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.65

 K value IS 0.01

RGB Variations

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

Color information

#FCB458 (or 0xFCB458) is known color: Texas Rose. HEX triplet: FC, B4 and 58. RGB value is (252,180,88). Sum of RGB (Red+Green+Blue) = 252+180+88=520 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.46% from 520); Green value is 180 (70.70% from 255 or 34.62% from 520); Blue value is 88 (34.77% from 255 or 16.92% from 520); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB458 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCB458 is #034BA7. Grayscale: #BFBFBF. Windows color (decimal): -215976 or 5813500. OLE color: 5813500.

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

Color convert

RGB 252 180 88 -
CMYK 0 0.29 0.65 0.01
HSL 33.66º 0.96% 0.67% -
HSV(B) 33.66º 0.65% 0.99% -
XYZ 58.23 54.04 16.59 -
YUV 191.04 69.85 171.48 -
System Red Green Blue C M Y K H S L
Decimal 252 180 88 0 0.29 0.65 0.01 33.66 0.96 0.67
Hex FC B4 58 0 1D 41 1 22 60 43
Octal 374 264 130 0 35 101 1 42 140 103
Binary 11111100 10110100 1011000 0 11101 1000001 1 100010 1100000 1000011

Color Harmonies of #FCB458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB458

Black with #FCB458

Text Example


Text Example

White with #FCB458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB458; }

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

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

background-color css

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

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

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

border-color css

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

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

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