Html Css Color HEX #FDA951 Texas Rose

📋 copy color: '#FDA951'

red 253 ◦ green 169 ◦ blue 81

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

Shades of Texas Rose #FDA951

Tints of Texas Rose #FDA951

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 16.1%

R = 50.3%
G = 33.6%
B = 16.1%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#FDA951 (or 0xFDA951) is known color: Texas Rose. HEX triplet: FD, A9 and 51. RGB value is (253,169,81). Sum of RGB (Red+Green+Blue) = 253+169+81=503 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.30% from 503); Green value is 169 (66.41% from 255 or 33.60% from 503); Blue value is 81 (32.03% from 255 or 16.10% from 503); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA951 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA951 is #0256AE. Grayscale: #B8B8B8. Windows color (decimal): -153263 or 5351933. OLE color: 5351933.

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

Color convert

RGB 253 169 81 -
CMYK 0 0.33 0.68 0.01
HSL 30.7º 0.98% 0.65% -
HSV(B) 30.7º 0.68% 0.99% -
XYZ 56.18 49.85 14.45 -
YUV 184.08 69.83 177.16 -
System Red Green Blue C M Y K H S L
Decimal 253 169 81 0 0.33 0.68 0.01 30.7 0.98 0.65
Hex FD A9 51 0 21 44 1 1F 62 41
Octal 375 251 121 0 41 104 1 37 142 101
Binary 11111101 10101001 1010001 0 100001 1000100 1 11111 1100010 1000001

Color Harmonies of #FDA951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA951

Black with #FDA951

Text Example


Text Example

White with #FDA951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA951; }

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

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

background-color css

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

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

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

border-color css

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

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

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