Html Css Color HEX #FCB053 Texas Rose

📋 copy color: '#FCB053'

red 252 ◦ green 176 ◦ blue 83

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

Shades of Texas Rose #FCB053

Tints of Texas Rose #FCB053

RGB

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

 GREEN value IS 176 (69.14% from 255) = 34.44%

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

R = 49.32%
G = 34.44%
B = 16.24%

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

#FCB053 (or 0xFCB053) is known color: Texas Rose. HEX triplet: FC, B0 and 53. RGB value is (252,176,83). Sum of RGB (Red+Green+Blue) = 252+176+83=511 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.32% from 511); Green value is 176 (69.14% from 255 or 34.44% from 511); Blue value is 83 (32.81% from 255 or 16.24% from 511); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB053 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCB053 is #034FAC. Grayscale: #BCBCBC. Windows color (decimal): -217005 or 5484796. OLE color: 5484796.

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

Color convert

RGB 252 176 83 -
CMYK 0 0.30 0.67 0.01
HSL 33.02º 0.97% 0.66% -
HSV(B) 33.02º 0.67% 0.99% -
XYZ 57.23 52.37 15.28 -
YUV 188.12 68.68 173.56 -
System Red Green Blue C M Y K H S L
Decimal 252 176 83 0 0.30 0.67 0.01 33.02 0.97 0.66
Hex FC B0 53 0 1E 43 1 21 61 42
Octal 374 260 123 0 36 103 1 41 141 102
Binary 11111100 10110000 1010011 0 11110 1000011 1 100001 1100001 1000010

Color Harmonies of #FCB053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB053

Black with #FCB053

Text Example


Text Example

White with #FCB053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB053; }

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

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

background-color css

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

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

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

border-color css

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

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

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