Html Css Color HEX #FDA850 Texas Rose

📋 copy color: '#FDA850'

red 253 ◦ green 168 ◦ blue 80

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

Shades of Texas Rose #FDA850

Tints of Texas Rose #FDA850

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 15.97%

R = 50.5%
G = 33.53%
B = 15.97%

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

#FDA850 (or 0xFDA850) is known color: Texas Rose. HEX triplet: FD, A8 and 50. RGB value is (253,168,80). Sum of RGB (Red+Green+Blue) = 253+168+80=501 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.50% from 501); Green value is 168 (66.02% from 255 or 33.53% from 501); Blue value is 80 (31.64% from 255 or 15.97% from 501); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA850 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA850 is #0257AF. Grayscale: #B7B7B7. Windows color (decimal): -153520 or 5286141. OLE color: 5286141.

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

Color convert

RGB 253 168 80 -
CMYK 0 0.34 0.68 0.01
HSL 30.52º 0.98% 0.65% -
HSV(B) 30.52º 0.68% 0.99% -
XYZ 55.96 49.47 14.19 -
YUV 183.38 69.66 177.66 -
System Red Green Blue C M Y K H S L
Decimal 253 168 80 0 0.34 0.68 0.01 30.52 0.98 0.65
Hex FD A8 50 0 22 44 1 1F 62 41
Octal 375 250 120 0 42 104 1 37 142 101
Binary 11111101 10101000 1010000 0 100010 1000100 1 11111 1100010 1000001

Color Harmonies of #FDA850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA850

Black with #FDA850

Text Example


Text Example

White with #FDA850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA850; }

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

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

background-color css

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

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

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

border-color css

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

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

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