Html Css Color HEX #FDA553 Texas Rose

📋 copy color: '#FDA553'

red 253 ◦ green 165 ◦ blue 83

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

Shades of Texas Rose #FDA553

Tints of Texas Rose #FDA553

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 16.57%

R = 50.5%
G = 32.93%
B = 16.57%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.67

 K value IS 0.01

RGB Variations

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

Color information

#FDA553 (or 0xFDA553) is known color: Texas Rose. HEX triplet: FD, A5 and 53. RGB value is (253,165,83). Sum of RGB (Red+Green+Blue) = 253+165+83=501 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.50% from 501); Green value is 165 (64.84% from 255 or 32.93% from 501); Blue value is 83 (32.81% from 255 or 16.57% from 501); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA553 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA553 is #025AAC. Grayscale: #B6B6B6. Windows color (decimal): -154285 or 5481981. OLE color: 5481981.

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

Color convert

RGB 253 165 83 -
CMYK 0 0.35 0.67 0.01
HSL 28.94º 0.98% 0.66% -
HSV(B) 28.94º 0.67% 0.99% -
XYZ 55.52 48.42 14.6 -
YUV 181.96 72.15 178.67 -
System Red Green Blue C M Y K H S L
Decimal 253 165 83 0 0.35 0.67 0.01 28.94 0.98 0.66
Hex FD A5 53 0 23 43 1 1D 62 42
Octal 375 245 123 0 43 103 1 35 142 102
Binary 11111101 10100101 1010011 0 100011 1000011 1 11101 1100010 1000010

Color Harmonies of #FDA553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA553

Black with #FDA553

Text Example


Text Example

White with #FDA553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA553; }

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

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

background-color css

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

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

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

border-color css

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

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

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