Html Css Color HEX #FDA555 Texas Rose

📋 copy color: '#FDA555'

red 253 ◦ green 165 ◦ blue 85

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

Shades of Texas Rose #FDA555

Tints of Texas Rose #FDA555

RGB

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

 GREEN value IS 165 (64.84% from 255) = 32.8%

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

R = 50.3%
G = 32.8%
B = 16.9%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.66

 K value IS 0.01

RGB Variations

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

Color information

#FDA555 (or 0xFDA555) is known color: Texas Rose. HEX triplet: FD, A5 and 55. RGB value is (253,165,85). Sum of RGB (Red+Green+Blue) = 253+165+85=503 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.30% from 503); Green value is 165 (64.84% from 255 or 32.80% from 503); Blue value is 85 (33.59% from 255 or 16.90% from 503); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA555 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA555 is #025AAA. Grayscale: #B6B6B6. Windows color (decimal): -154283 or 5613053. OLE color: 5613053.

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

Color convert

RGB 253 165 85 -
CMYK 0 0.35 0.66 0.01
HSL 28.57º 0.98% 0.66% -
HSV(B) 28.57º 0.66% 0.99% -
XYZ 55.6 48.45 15.02 -
YUV 182.19 73.15 178.5 -
System Red Green Blue C M Y K H S L
Decimal 253 165 85 0 0.35 0.66 0.01 28.57 0.98 0.66
Hex FD A5 55 0 23 42 1 1D 62 42
Octal 375 245 125 0 43 102 1 35 142 102
Binary 11111101 10100101 1010101 0 100011 1000010 1 11101 1100010 1000010

Color Harmonies of #FDA555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA555

Black with #FDA555

Text Example


Text Example

White with #FDA555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA555; }

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

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

background-color css

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

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

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

border-color css

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

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

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