Html Css Color HEX #FDAB58 Texas Rose

📋 copy color: '#FDAB58'

red 253 ◦ green 171 ◦ blue 88

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

Shades of Texas Rose #FDAB58

Tints of Texas Rose #FDAB58

RGB

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

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

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

R = 49.41%
G = 33.4%
B = 17.19%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.65

 K value IS 0.01

RGB Variations

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

Color information

#FDAB58 (or 0xFDAB58) is known color: Texas Rose. HEX triplet: FD, AB and 58. RGB value is (253,171,88). Sum of RGB (Red+Green+Blue) = 253+171+88=512 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.41% from 512); Green value is 171 (67.19% from 255 or 33.40% from 512); Blue value is 88 (34.77% from 255 or 17.19% from 512); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAB58 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDAB58 is #0254A7. Grayscale: #BABABA. Windows color (decimal): -152744 or 5811197. OLE color: 5811197.

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

Color convert

RGB 253 171 88 -
CMYK 0 0.32 0.65 0.01
HSL 30.18º 0.98% 0.67% -
HSV(B) 30.18º 0.65% 0.99% -
XYZ 56.83 50.71 16.03 -
YUV 186.06 72.67 175.75 -
System Red Green Blue C M Y K H S L
Decimal 253 171 88 0 0.32 0.65 0.01 30.18 0.98 0.67
Hex FD AB 58 0 20 41 1 1E 62 43
Octal 375 253 130 0 40 101 1 36 142 103
Binary 11111101 10101011 1011000 0 100000 1000001 1 11110 1100010 1000011

Color Harmonies of #FDAB58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDAB58

Black with #FDAB58

Text Example


Text Example

White with #FDAB58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDAB58; }

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

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

background-color css

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

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

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

border-color css

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

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

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