Html Css Color HEX #F7AF54 Texas Rose

📋 copy color: '#F7AF54'

red 247 ◦ green 175 ◦ blue 84

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

Shades of Texas Rose #F7AF54

Tints of Texas Rose #F7AF54

RGB

 RED value IS 247 (96.88% from 255) = 48.81%

 GREEN value IS 175 (68.75% from 255) = 34.58%

 BLUE value IS 84 (33.2% from 255) = 16.6%

R = 48.81%
G = 34.58%
B = 16.6%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.66

 K value IS 0.03

RGB Variations

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

Color information

#F7AF54 (or 0xF7AF54) is known color: Texas Rose. HEX triplet: F7, AF and 54. RGB value is (247,175,84). Sum of RGB (Red+Green+Blue) = 247+175+84=506 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.81% from 506); Green value is 175 (68.75% from 255 or 34.58% from 506); Blue value is 84 (33.20% from 255 or 16.60% from 506); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AF54 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7AF54 is #0850AB. Grayscale: #BABABA. Windows color (decimal): -544940 or 5550071. OLE color: 5550071.

HSL color Cylindrical-coordinate representation of color #F7AF54: hue angle of 33.5º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F7AF54 is Cyan = 0, Magento = 0.29, Yellow = 0.66 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 175 84 -
CMYK 0 0.29 0.66 0.03
HSL 33.5º 0.91% 0.65% -
HSV(B) 33.5º 0.66% 0.97% -
XYZ 55.29 51.07 15.33 -
YUV 186.15 70.35 171.4 -
System Red Green Blue C M Y K H S L
Decimal 247 175 84 0 0.29 0.66 0.03 33.5 0.91 0.65
Hex F7 AF 54 0 1D 42 3 21 5B 41
Octal 367 257 124 0 35 102 3 41 133 101
Binary 11110111 10101111 1010100 0 11101 1000010 11 100001 1011011 1000001

Color Harmonies of #F7AF54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7AF54

Black with #F7AF54

Text Example


Text Example

White with #F7AF54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7AF54; }

 p { color: rgb(247,175,84); }

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

background-color css

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

 a { background-color: rgb(247,175,84); }

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

border-color css

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

 span { border-color: rgb(247,175,84); }

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