Html Css Color HEX #FEAD4F Texas Rose

📋 copy color: '#FEAD4F'

red 254 ◦ green 173 ◦ blue 79

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

Shades of Texas Rose #FEAD4F

Tints of Texas Rose #FEAD4F

RGB

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

 GREEN value IS 173 (67.97% from 255) = 34.19%

 BLUE value IS 79 (31.25% from 255) = 15.61%

R = 50.2%
G = 34.19%
B = 15.61%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.69

 K value IS 0.00

RGB Variations

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

Color information

#FEAD4F (or 0xFEAD4F) is known color: Texas Rose. HEX triplet: FE, AD and 4F. RGB value is (254,173,79). Sum of RGB (Red+Green+Blue) = 254+173+79=506 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.20% from 506); Green value is 173 (67.97% from 255 or 34.19% from 506); Blue value is 79 (31.25% from 255 or 15.61% from 506); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAD4F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEAD4F is #0152B0. Grayscale: #BABABA. Windows color (decimal): -86705 or 5221886. OLE color: 5221886.

HSL color Cylindrical-coordinate representation of color #FEAD4F: hue angle of 32.23º 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 #FEAD4F is Cyan = 0, Magento = 0.32, Yellow = 0.69 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 173 79 -
CMYK 0 0.32 0.69 0.00
HSL 32.23º 0.99% 0.65% -
HSV(B) 32.23º 0.69% 1% -
XYZ 57.23 51.52 14.33 -
YUV 186.5 67.34 176.14 -
System Red Green Blue C M Y K H S L
Decimal 254 173 79 0 0.32 0.69 0.00 32.23 0.99 0.65
Hex FE AD 4F 0 20 45 0 20 63 41
Octal 376 255 117 0 40 105 0 40 143 101
Binary 11111110 10101101 1001111 0 100000 1000101 0 100000 1100011 1000001

Color Harmonies of #FEAD4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAD4F

Black with #FEAD4F

Text Example


Text Example

White with #FEAD4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAD4F; }

 p { color: rgb(254,173,79); }

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

background-color css

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

 a { background-color: rgb(254,173,79); }

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

border-color css

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

 span { border-color: rgb(254,173,79); }

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