Html Css Color HEX #FEA750 Texas Rose

📋 copy color: '#FEA750'

red 254 ◦ green 167 ◦ blue 80

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

Shades of Texas Rose #FEA750

Tints of Texas Rose #FEA750

RGB

 RED value IS 254 (99.61% from 255) = 50.7%

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

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

R = 50.7%
G = 33.33%
B = 15.97%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.69

 K value IS 0.00

RGB Variations

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

Color information

#FEA750 (or 0xFEA750) is known color: Texas Rose. HEX triplet: FE, A7 and 50. RGB value is (254,167,80). Sum of RGB (Red+Green+Blue) = 254+167+80=501 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.70% from 501); Green value is 167 (65.62% from 255 or 33.33% from 501); Blue value is 80 (31.64% from 255 or 15.97% from 501); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA750 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA750 is #0158AF. Grayscale: #B7B7B7. Windows color (decimal): -88240 or 5285886. OLE color: 5285886.

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

Color convert

RGB 254 167 80 -
CMYK 0 0.34 0.69 0.00
HSL 30º 0.99% 0.65% -
HSV(B) 30º 0.69% 1% -
XYZ 56.14 49.29 14.14 -
YUV 183.1 69.82 178.57 -
System Red Green Blue C M Y K H S L
Decimal 254 167 80 0 0.34 0.69 0.00 30 0.99 0.65
Hex FE A7 50 0 22 45 0 1E 63 41
Octal 376 247 120 0 42 105 0 36 143 101
Binary 11111110 10100111 1010000 0 100010 1000101 0 11110 1100011 1000001

Color Harmonies of #FEA750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA750

Black with #FEA750

Text Example


Text Example

White with #FEA750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA750; }

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

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

background-color css

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

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

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

border-color css

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

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

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