Html Css Color HEX #FDAB56 Texas Rose

📋 copy color: '#FDAB56'

red 253 ◦ green 171 ◦ blue 86

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

Shades of Texas Rose #FDAB56

Tints of Texas Rose #FDAB56

RGB

 RED value IS 253 (99.22% from 255) = 49.61%

 GREEN value IS 171 (67.19% from 255) = 33.53%

 BLUE value IS 86 (33.98% from 255) = 16.86%

R = 49.61%
G = 33.53%
B = 16.86%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.66

 K value IS 0.01

RGB Variations

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

Color information

#FDAB56 (or 0xFDAB56) is known color: Texas Rose. HEX triplet: FD, AB and 56. RGB value is (253,171,86). Sum of RGB (Red+Green+Blue) = 253+171+86=510 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.61% from 510); Green value is 171 (67.19% from 255 or 33.53% from 510); Blue value is 86 (33.98% from 255 or 16.86% from 510); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAB56 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDAB56 is #0254A9. Grayscale: #BABABA. Windows color (decimal): -152746 or 5680125. OLE color: 5680125.

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

Color convert

RGB 253 171 86 -
CMYK 0 0.32 0.66 0.01
HSL 30.54º 0.98% 0.66% -
HSV(B) 30.54º 0.66% 0.99% -
XYZ 56.75 50.68 15.6 -
YUV 185.83 71.67 175.91 -
System Red Green Blue C M Y K H S L
Decimal 253 171 86 0 0.32 0.66 0.01 30.54 0.98 0.66
Hex FD AB 56 0 20 42 1 1F 62 42
Octal 375 253 126 0 40 102 1 37 142 102
Binary 11111101 10101011 1010110 0 100000 1000010 1 11111 1100010 1000010

Color Harmonies of #FDAB56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDAB56

Black with #FDAB56

Text Example


Text Example

White with #FDAB56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDAB56; }

 p { color: rgb(253,171,86); }

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

background-color css

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

 a { background-color: rgb(253,171,86); }

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

border-color css

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

 span { border-color: rgb(253,171,86); }

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