Html Css Color HEX #FDA750 Texas Rose

📋 copy color: '#FDA750'

red 253 ◦ green 167 ◦ blue 80

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

Shades of Texas Rose #FDA750

Tints of Texas Rose #FDA750

RGB

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

 GREEN value IS 167 (65.63% from 255) = 33.4%

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

R = 50.6%
G = 33.4%
B = 16%

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

#FDA750 (or 0xFDA750) is known color: Texas Rose. HEX triplet: FD, A7 and 50. RGB value is (253,167,80). Sum of RGB (Red+Green+Blue) = 253+167+80=500 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.6% from 500); Green value is 167 (65.62% from 255 or 33.4% from 500); Blue value is 80 (31.64% from 255 or 16% from 500); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA750 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA750 is #0258AF. Grayscale: #B7B7B7. Windows color (decimal): -153776 or 5285885. OLE color: 5285885.

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

Color convert

RGB 253 167 80 -
CMYK 0 0.34 0.68 0.01
HSL 30.17º 0.98% 0.65% -
HSV(B) 30.17º 0.68% 0.99% -
XYZ 55.77 49.1 14.13 -
YUV 182.8 69.99 178.07 -
System Red Green Blue C M Y K H S L
Decimal 253 167 80 0 0.34 0.68 0.01 30.17 0.98 0.65
Hex FD A7 50 0 22 44 1 1E 62 41
Octal 375 247 120 0 42 104 1 36 142 101
Binary 11111101 10100111 1010000 0 100010 1000100 1 11110 1100010 1000001

Color Harmonies of #FDA750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA750

Black with #FDA750

Text Example


Text Example

White with #FDA750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA750; }

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

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

background-color css

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

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

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

border-color css

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

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

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