Html Css Color HEX #FDAB51 Texas Rose

📋 copy color: '#FDAB51'

red 253 ◦ green 171 ◦ blue 81

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

Shades of Texas Rose #FDAB51

Tints of Texas Rose #FDAB51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 16.04%

R = 50.1%
G = 33.86%
B = 16.04%

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

#FDAB51 (or 0xFDAB51) is known color: Texas Rose. HEX triplet: FD, AB and 51. RGB value is (253,171,81). Sum of RGB (Red+Green+Blue) = 253+171+81=505 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.10% from 505); Green value is 171 (67.19% from 255 or 33.86% from 505); Blue value is 81 (32.03% from 255 or 16.04% from 505); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAB51 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDAB51 is #0254AE. Grayscale: #B9B9B9. Windows color (decimal): -152751 or 5352445. OLE color: 5352445.

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

Color convert

RGB 253 171 81 -
CMYK 0 0.32 0.68 0.01
HSL 31.4º 0.98% 0.65% -
HSV(B) 31.4º 0.68% 0.99% -
XYZ 56.56 50.6 14.57 -
YUV 185.26 69.17 176.32 -
System Red Green Blue C M Y K H S L
Decimal 253 171 81 0 0.32 0.68 0.01 31.4 0.98 0.65
Hex FD AB 51 0 20 44 1 1F 62 41
Octal 375 253 121 0 40 104 1 37 142 101
Binary 11111101 10101011 1010001 0 100000 1000100 1 11111 1100010 1000001

Color Harmonies of #FDAB51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDAB51

Black with #FDAB51

Text Example


Text Example

White with #FDAB51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDAB51; }

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

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

background-color css

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

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

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

border-color css

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

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

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