Html Css Color HEX #FDA952 Texas Rose

📋 copy color: '#FDA952'

red 253 ◦ green 169 ◦ blue 82

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

Shades of Texas Rose #FDA952

Tints of Texas Rose #FDA952

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 16.27%

R = 50.2%
G = 33.53%
B = 16.27%

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

#FDA952 (or 0xFDA952) is known color: Texas Rose. HEX triplet: FD, A9 and 52. RGB value is (253,169,82). Sum of RGB (Red+Green+Blue) = 253+169+82=504 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.20% from 504); Green value is 169 (66.41% from 255 or 33.53% from 504); Blue value is 82 (32.42% from 255 or 16.27% from 504); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA952 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA952 is #0256AD. Grayscale: #B8B8B8. Windows color (decimal): -153262 or 5417469. OLE color: 5417469.

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

Color convert

RGB 253 169 82 -
CMYK 0 0.33 0.68 0.01
HSL 30.53º 0.98% 0.66% -
HSV(B) 30.53º 0.68% 0.99% -
XYZ 56.22 49.87 14.65 -
YUV 184.2 70.33 177.07 -
System Red Green Blue C M Y K H S L
Decimal 253 169 82 0 0.33 0.68 0.01 30.53 0.98 0.66
Hex FD A9 52 0 21 44 1 1F 62 42
Octal 375 251 122 0 41 104 1 37 142 102
Binary 11111101 10101001 1010010 0 100001 1000100 1 11111 1100010 1000010

Color Harmonies of #FDA952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA952

Black with #FDA952

Text Example


Text Example

White with #FDA952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA952; }

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

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

background-color css

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

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

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

border-color css

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

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

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