Html Css Color HEX #FDA652 Texas Rose

📋 copy color: '#FDA652'

red 253 ◦ green 166 ◦ blue 82

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

Shades of Texas Rose #FDA652

Tints of Texas Rose #FDA652

RGB

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

 GREEN value IS 166 (65.23% from 255) = 33.13%

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

R = 50.5%
G = 33.13%
B = 16.37%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#FDA652 (or 0xFDA652) is known color: Texas Rose. HEX triplet: FD, A6 and 52. RGB value is (253,166,82). Sum of RGB (Red+Green+Blue) = 253+166+82=501 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.50% from 501); Green value is 166 (65.23% from 255 or 33.13% from 501); Blue value is 82 (32.42% from 255 or 16.37% from 501); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA652 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA652 is #0259AD. Grayscale: #B6B6B6. Windows color (decimal): -154030 or 5416701. OLE color: 5416701.

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

Color convert

RGB 253 166 82 -
CMYK 0 0.34 0.68 0.01
HSL 29.47º 0.98% 0.66% -
HSV(B) 29.47º 0.68% 0.99% -
XYZ 55.67 48.76 14.46 -
YUV 182.44 71.32 178.33 -
System Red Green Blue C M Y K H S L
Decimal 253 166 82 0 0.34 0.68 0.01 29.47 0.98 0.66
Hex FD A6 52 0 22 44 1 1D 62 42
Octal 375 246 122 0 42 104 1 35 142 102
Binary 11111101 10100110 1010010 0 100010 1000100 1 11101 1100010 1000010

Color Harmonies of #FDA652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA652

Black with #FDA652

Text Example


Text Example

White with #FDA652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA652; }

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

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

background-color css

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

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

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

border-color css

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

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

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