Html Css Color HEX #FDA953 Texas Rose

📋 copy color: '#FDA953'

red 253 ◦ green 169 ◦ blue 83

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

Shades of Texas Rose #FDA953

Tints of Texas Rose #FDA953

RGB

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

 GREEN value IS 169 (66.41% from 255) = 33.47%

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

R = 50.1%
G = 33.47%
B = 16.44%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.67

 K value IS 0.01

RGB Variations

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

Color information

#FDA953 (or 0xFDA953) is known color: Texas Rose. HEX triplet: FD, A9 and 53. RGB value is (253,169,83). Sum of RGB (Red+Green+Blue) = 253+169+83=505 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.10% from 505); Green value is 169 (66.41% from 255 or 33.47% from 505); Blue value is 83 (32.81% from 255 or 16.44% from 505); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA953 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA953 is #0256AC. Grayscale: #B8B8B8. Windows color (decimal): -153261 or 5483005. OLE color: 5483005.

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

Color convert

RGB 253 169 83 -
CMYK 0 0.33 0.67 0.01
HSL 30.35º 0.98% 0.66% -
HSV(B) 30.35º 0.67% 0.99% -
XYZ 56.26 49.88 14.85 -
YUV 184.31 70.83 176.99 -
System Red Green Blue C M Y K H S L
Decimal 253 169 83 0 0.33 0.67 0.01 30.35 0.98 0.66
Hex FD A9 53 0 21 43 1 1E 62 42
Octal 375 251 123 0 41 103 1 36 142 102
Binary 11111101 10101001 1010011 0 100001 1000011 1 11110 1100010 1000010

Color Harmonies of #FDA953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA953

Black with #FDA953

Text Example


Text Example

White with #FDA953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA953; }

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

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

background-color css

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

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

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

border-color css

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

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

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