Html Css Color HEX #FFA74F Texas Rose

📋 copy color: '#FFA74F'

red 255 ◦ green 167 ◦ blue 79

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

Shades of Texas Rose #FFA74F

Tints of Texas Rose #FFA74F

RGB

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

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

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

R = 50.9%
G = 33.33%
B = 15.77%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.69

 K value IS 0

RGB Variations

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

Color information

#FFA74F (or 0xFFA74F) is known color: Texas Rose. HEX triplet: FF, A7 and 4F. RGB value is (255,167,79). Sum of RGB (Red+Green+Blue) = 255+167+79=501 (66% of max value = 765). Red value is 255 (100% from 255 or 50.90% from 501); Green value is 167 (65.62% from 255 or 33.33% from 501); Blue value is 79 (31.25% from 255 or 15.77% from 501); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA74F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA74F is #0058B0. Grayscale: #B7B7B7. Windows color (decimal): -22705 or 5220351. OLE color: 5220351.

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

Color convert

RGB 255 167 79 -
CMYK 0 0.35 0.69 0
HSL 30º 1% 0.65% -
HSV(B) 30º 0.69% 1% -
XYZ 56.47 49.46 13.97 -
YUV 183.28 69.15 179.16 -
System Red Green Blue C M Y K H S L
Decimal 255 167 79 0 0.35 0.69 0 30 1 0.65
Hex FF A7 4F 0 23 45 0 1E 64 41
Octal 377 247 117 0 43 105 0 36 144 101
Binary 11111111 10100111 1001111 0 100011 1000101 0 11110 1100100 1000001

Color Harmonies of #FFA74F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA74F

Black with #FFA74F

Text Example


Text Example

White with #FFA74F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA74F; }

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

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

background-color css

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

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

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

border-color css

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

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

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