Html Css Color HEX #FCB153 Texas Rose

📋 copy color: '#FCB153'

red 252 ◦ green 177 ◦ blue 83

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

Shades of Texas Rose #FCB153

Tints of Texas Rose #FCB153

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 16.21%

R = 49.22%
G = 34.57%
B = 16.21%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.67

 K value IS 0.01

RGB Variations

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

Color information

#FCB153 (or 0xFCB153) is known color: Texas Rose. HEX triplet: FC, B1 and 53. RGB value is (252,177,83). Sum of RGB (Red+Green+Blue) = 252+177+83=512 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.22% from 512); Green value is 177 (69.53% from 255 or 34.57% from 512); Blue value is 83 (32.81% from 255 or 16.21% from 512); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB153 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCB153 is #034EAC. Grayscale: #BDBDBD. Windows color (decimal): -216749 or 5485052. OLE color: 5485052.

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

Color convert

RGB 252 177 83 -
CMYK 0 0.30 0.67 0.01
HSL 33.37º 0.97% 0.66% -
HSV(B) 33.37º 0.67% 0.99% -
XYZ 57.43 52.76 15.34 -
YUV 188.71 68.35 173.14 -
System Red Green Blue C M Y K H S L
Decimal 252 177 83 0 0.30 0.67 0.01 33.37 0.97 0.66
Hex FC B1 53 0 1E 43 1 21 61 42
Octal 374 261 123 0 36 103 1 41 141 102
Binary 11111100 10110001 1010011 0 11110 1000011 1 100001 1100001 1000010

Color Harmonies of #FCB153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB153

Black with #FCB153

Text Example


Text Example

White with #FCB153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB153; }

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

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

background-color css

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

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

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

border-color css

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

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

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