Html Css Color HEX #FFAB4F Texas Rose

📋 copy color: '#FFAB4F'

red 255 ◦ green 171 ◦ blue 79

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

Shades of Texas Rose #FFAB4F

Tints of Texas Rose #FFAB4F

RGB

 RED value IS 255 (100% from 255) = 50.5%

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

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

R = 50.5%
G = 33.86%
B = 15.64%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.69

 K value IS 0

RGB Variations

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

Color information

#FFAB4F (or 0xFFAB4F) is known color: Texas Rose. HEX triplet: FF, AB and 4F. RGB value is (255,171,79). Sum of RGB (Red+Green+Blue) = 255+171+79=505 (66% of max value = 765). Red value is 255 (100% from 255 or 50.50% from 505); Green value is 171 (67.19% from 255 or 33.86% from 505); Blue value is 79 (31.25% from 255 or 15.64% from 505); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAB4F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAB4F is #0054B0. Grayscale: #BABABA. Windows color (decimal): -21681 or 5221375. OLE color: 5221375.

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

Color convert

RGB 255 171 79 -
CMYK 0 0.33 0.69 0
HSL 31.36º 1% 0.65% -
HSV(B) 31.36º 0.69% 1% -
XYZ 57.21 50.95 14.22 -
YUV 185.63 67.83 177.48 -
System Red Green Blue C M Y K H S L
Decimal 255 171 79 0 0.33 0.69 0 31.36 1 0.65
Hex FF AB 4F 0 21 45 0 1F 64 41
Octal 377 253 117 0 41 105 0 37 144 101
Binary 11111111 10101011 1001111 0 100001 1000101 0 11111 1100100 1000001

Color Harmonies of #FFAB4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAB4F

Black with #FFAB4F

Text Example


Text Example

White with #FFAB4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAB4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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