Html Css Color HEX #FDAB4F Texas Rose

📋 copy color: '#FDAB4F'

red 253 ◦ green 171 ◦ blue 79

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

Shades of Texas Rose #FDAB4F

Tints of Texas Rose #FDAB4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 15.71%

R = 50.3%
G = 34%
B = 15.71%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.69

 K value IS 0.01

RGB Variations

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

Color information

#FDAB4F (or 0xFDAB4F) is known color: Texas Rose. HEX triplet: FD, AB and 4F. RGB value is (253,171,79). Sum of RGB (Red+Green+Blue) = 253+171+79=503 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.30% from 503); Green value is 171 (67.19% from 255 or 34.00% from 503); Blue value is 79 (31.25% from 255 or 15.71% from 503); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAB4F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDAB4F is #0254B0. Grayscale: #B9B9B9. Windows color (decimal): -152753 or 5221373. OLE color: 5221373.

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

Color convert

RGB 253 171 79 -
CMYK 0 0.32 0.69 0.01
HSL 31.72º 0.98% 0.65% -
HSV(B) 31.72º 0.69% 0.99% -
XYZ 56.48 50.57 14.18 -
YUV 185.03 68.17 176.48 -
System Red Green Blue C M Y K H S L
Decimal 253 171 79 0 0.32 0.69 0.01 31.72 0.98 0.65
Hex FD AB 4F 0 20 45 1 20 62 41
Octal 375 253 117 0 40 105 1 40 142 101
Binary 11111101 10101011 1001111 0 100000 1000101 1 100000 1100010 1000001

Color Harmonies of #FDAB4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDAB4F

Black with #FDAB4F

Text Example


Text Example

White with #FDAB4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDAB4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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