Html Css Color HEX #FDA858 Texas Rose

📋 copy color: '#FDA858'

red 253 ◦ green 168 ◦ blue 88

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

Shades of Texas Rose #FDA858

Tints of Texas Rose #FDA858

RGB

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

 GREEN value IS 168 (66.02% from 255) = 33.01%

 BLUE value IS 88 (34.77% from 255) = 17.29%

R = 49.71%
G = 33.01%
B = 17.29%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.65

 K value IS 0.01

RGB Variations

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

Color information

#FDA858 (or 0xFDA858) is known color: Texas Rose. HEX triplet: FD, A8 and 58. RGB value is (253,168,88). Sum of RGB (Red+Green+Blue) = 253+168+88=509 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.71% from 509); Green value is 168 (66.02% from 255 or 33.01% from 509); Blue value is 88 (34.77% from 255 or 17.29% from 509); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA858 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA858 is #0257A7. Grayscale: #B8B8B8. Windows color (decimal): -153512 or 5810429. OLE color: 5810429.

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

Color convert

RGB 253 168 88 -
CMYK 0 0.34 0.65 0.01
HSL 29.09º 0.98% 0.67% -
HSV(B) 29.09º 0.65% 0.99% -
XYZ 56.27 49.59 15.84 -
YUV 184.3 73.66 177 -
System Red Green Blue C M Y K H S L
Decimal 253 168 88 0 0.34 0.65 0.01 29.09 0.98 0.67
Hex FD A8 58 0 22 41 1 1D 62 43
Octal 375 250 130 0 42 101 1 35 142 103
Binary 11111101 10101000 1011000 0 100010 1000001 1 11101 1100010 1000011

Color Harmonies of #FDA858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA858

Black with #FDA858

Text Example


Text Example

White with #FDA858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA858; }

 p { color: rgb(253,168,88); }

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

background-color css

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

 a { background-color: rgb(253,168,88); }

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

border-color css

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

 span { border-color: rgb(253,168,88); }

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