Html Css Color HEX #FFAC4F Texas Rose

📋 copy color: '#FFAC4F'

red 255 ◦ green 172 ◦ blue 79

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

Shades of Texas Rose #FFAC4F

Tints of Texas Rose #FFAC4F

RGB

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

 GREEN value IS 172 (67.58% from 255) = 33.99%

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

R = 50.4%
G = 33.99%
B = 15.61%

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

#FFAC4F (or 0xFFAC4F) is known color: Texas Rose. HEX triplet: FF, AC and 4F. RGB value is (255,172,79). Sum of RGB (Red+Green+Blue) = 255+172+79=506 (67% of max value = 765). Red value is 255 (100% from 255 or 50.40% from 506); Green value is 172 (67.58% from 255 or 33.99% from 506); Blue value is 79 (31.25% from 255 or 15.61% from 506); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAC4F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAC4F is #0053B0. Grayscale: #BABABA. Windows color (decimal): -21425 or 5221631. OLE color: 5221631.

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

Color convert

RGB 255 172 79 -
CMYK 0 0.33 0.69 0
HSL 31.7º 1% 0.65% -
HSV(B) 31.7º 0.69% 1% -
XYZ 57.4 51.33 14.28 -
YUV 186.22 67.5 177.06 -
System Red Green Blue C M Y K H S L
Decimal 255 172 79 0 0.33 0.69 0 31.7 1 0.65
Hex FF AC 4F 0 21 45 0 20 64 41
Octal 377 254 117 0 41 105 0 40 144 101
Binary 11111111 10101100 1001111 0 100001 1000101 0 100000 1100100 1000001

Color Harmonies of #FFAC4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAC4F

Black with #FFAC4F

Text Example


Text Example

White with #FFAC4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAC4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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