Html Css Color HEX #FDAB50 Texas Rose

📋 copy color: '#FDAB50'

red 253 ◦ green 171 ◦ blue 80

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

Shades of Texas Rose #FDAB50

Tints of Texas Rose #FDAB50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 15.87%

R = 50.2%
G = 33.93%
B = 15.87%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#FDAB50 (or 0xFDAB50) is known color: Texas Rose. HEX triplet: FD, AB and 50. RGB value is (253,171,80). Sum of RGB (Red+Green+Blue) = 253+171+80=504 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.20% from 504); Green value is 171 (67.19% from 255 or 33.93% from 504); Blue value is 80 (31.64% from 255 or 15.87% from 504); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAB50 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDAB50 is #0254AF. Grayscale: #B9B9B9. Windows color (decimal): -152752 or 5286909. OLE color: 5286909.

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

Color convert

RGB 253 171 80 -
CMYK 0 0.32 0.68 0.01
HSL 31.56º 0.98% 0.65% -
HSV(B) 31.56º 0.68% 0.99% -
XYZ 56.52 50.59 14.37 -
YUV 185.14 68.67 176.4 -
System Red Green Blue C M Y K H S L
Decimal 253 171 80 0 0.32 0.68 0.01 31.56 0.98 0.65
Hex FD AB 50 0 20 44 1 20 62 41
Octal 375 253 120 0 40 104 1 40 142 101
Binary 11111101 10101011 1010000 0 100000 1000100 1 100000 1100010 1000001

Color Harmonies of #FDAB50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDAB50

Black with #FDAB50

Text Example


Text Example

White with #FDAB50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDAB50; }

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

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

background-color css

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

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

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

border-color css

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

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

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