Html Css Color HEX #FDA655 Texas Rose

📋 copy color: '#FDA655'

red 253 ◦ green 166 ◦ blue 85

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

Shades of Texas Rose #FDA655

Tints of Texas Rose #FDA655

RGB

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

 GREEN value IS 166 (65.23% from 255) = 32.94%

 BLUE value IS 85 (33.59% from 255) = 16.87%

R = 50.2%
G = 32.94%
B = 16.87%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.66

 K value IS 0.01

RGB Variations

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

Color information

#FDA655 (or 0xFDA655) is known color: Texas Rose. HEX triplet: FD, A6 and 55. RGB value is (253,166,85). Sum of RGB (Red+Green+Blue) = 253+166+85=504 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.20% from 504); Green value is 166 (65.23% from 255 or 32.94% from 504); Blue value is 85 (33.59% from 255 or 16.87% from 504); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA655 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA655 is #0259AA. Grayscale: #B7B7B7. Windows color (decimal): -154027 or 5613309. OLE color: 5613309.

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

Color convert

RGB 253 166 85 -
CMYK 0 0.34 0.66 0.01
HSL 28.93º 0.98% 0.66% -
HSV(B) 28.93º 0.66% 0.99% -
XYZ 55.78 48.81 15.08 -
YUV 182.78 72.82 178.09 -
System Red Green Blue C M Y K H S L
Decimal 253 166 85 0 0.34 0.66 0.01 28.93 0.98 0.66
Hex FD A6 55 0 22 42 1 1D 62 42
Octal 375 246 125 0 42 102 1 35 142 102
Binary 11111101 10100110 1010101 0 100010 1000010 1 11101 1100010 1000010

Color Harmonies of #FDA655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA655

Black with #FDA655

Text Example


Text Example

White with #FDA655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA655; }

 p { color: rgb(253,166,85); }

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

background-color css

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

 a { background-color: rgb(253,166,85); }

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

border-color css

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

 span { border-color: rgb(253,166,85); }

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