Html Css Color HEX #FDA654 Texas Rose

📋 copy color: '#FDA654'

red 253 ◦ green 166 ◦ blue 84

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

Shades of Texas Rose #FDA654

Tints of Texas Rose #FDA654

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 16.7%

R = 50.3%
G = 33%
B = 16.7%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.67

 K value IS 0.01

RGB Variations

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

Color information

#FDA654 (or 0xFDA654) is known color: Texas Rose. HEX triplet: FD, A6 and 54. RGB value is (253,166,84). Sum of RGB (Red+Green+Blue) = 253+166+84=503 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.30% from 503); Green value is 166 (65.23% from 255 or 33.00% from 503); Blue value is 84 (33.20% from 255 or 16.70% from 503); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA654 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA654 is #0259AB. Grayscale: #B7B7B7. Windows color (decimal): -154028 or 5547773. OLE color: 5547773.

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

Color convert

RGB 253 166 84 -
CMYK 0 0.34 0.67 0.01
HSL 29.11º 0.98% 0.66% -
HSV(B) 29.11º 0.67% 0.99% -
XYZ 55.74 48.8 14.87 -
YUV 182.67 72.32 178.17 -
System Red Green Blue C M Y K H S L
Decimal 253 166 84 0 0.34 0.67 0.01 29.11 0.98 0.66
Hex FD A6 54 0 22 43 1 1D 62 42
Octal 375 246 124 0 42 103 1 35 142 102
Binary 11111101 10100110 1010100 0 100010 1000011 1 11101 1100010 1000010

Color Harmonies of #FDA654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA654

Black with #FDA654

Text Example


Text Example

White with #FDA654

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA654; }

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

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

background-color css

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

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

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

border-color css

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

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

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