Html Css Color HEX #FEAB4F Texas Rose

📋 copy color: '#FEAB4F'

red 254 ◦ green 171 ◦ blue 79

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

Shades of Texas Rose #FEAB4F

Tints of Texas Rose #FEAB4F

RGB

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

 GREEN value IS 171 (67.19% from 255) = 33.93%

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

R = 50.4%
G = 33.93%
B = 15.67%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.69

 K value IS 0.00

RGB Variations

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

Color information

#FEAB4F (or 0xFEAB4F) is known color: Texas Rose. HEX triplet: FE, AB and 4F. RGB value is (254,171,79). Sum of RGB (Red+Green+Blue) = 254+171+79=504 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.40% from 504); Green value is 171 (67.19% from 255 or 33.93% from 504); Blue value is 79 (31.25% from 255 or 15.67% from 504); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAB4F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEAB4F is #0154B0. Grayscale: #B9B9B9. Windows color (decimal): -87217 or 5221374. OLE color: 5221374.

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

Color convert

RGB 254 171 79 -
CMYK 0 0.33 0.69 0.00
HSL 31.54º 0.99% 0.65% -
HSV(B) 31.54º 0.69% 1% -
XYZ 56.85 50.76 14.2 -
YUV 185.33 68 176.98 -
System Red Green Blue C M Y K H S L
Decimal 254 171 79 0 0.33 0.69 0.00 31.54 0.99 0.65
Hex FE AB 4F 0 21 45 0 20 63 41
Octal 376 253 117 0 41 105 0 40 143 101
Binary 11111110 10101011 1001111 0 100001 1000101 0 100000 1100011 1000001

Color Harmonies of #FEAB4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAB4F

Black with #FEAB4F

Text Example


Text Example

White with #FEAB4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAB4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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