Html Css Color HEX #F7B45A Texas Rose

📋 copy color: '#F7B45A'

red 247 ◦ green 180 ◦ blue 90

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

Shades of Texas Rose #F7B45A

Tints of Texas Rose #F7B45A

RGB

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

 GREEN value IS 180 (70.7% from 255) = 34.82%

 BLUE value IS 90 (35.55% from 255) = 17.41%

R = 47.78%
G = 34.82%
B = 17.41%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.64

 K value IS 0.03

RGB Variations

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

Color information

#F7B45A (or 0xF7B45A) is known color: Texas Rose. HEX triplet: F7, B4 and 5A. RGB value is (247,180,90). Sum of RGB (Red+Green+Blue) = 247+180+90=517 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.78% from 517); Green value is 180 (70.70% from 255 or 34.82% from 517); Blue value is 90 (35.55% from 255 or 17.41% from 517); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B45A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7B45A is #084BA5. Grayscale: #BEBEBE. Windows color (decimal): -543654 or 5944567. OLE color: 5944567.

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

Color convert

RGB 247 180 90 -
CMYK 0 0.27 0.64 0.03
HSL 34.39º 0.91% 0.66% -
HSV(B) 34.39º 0.64% 0.97% -
XYZ 56.52 53.15 16.95 -
YUV 189.77 71.7 168.82 -
System Red Green Blue C M Y K H S L
Decimal 247 180 90 0 0.27 0.64 0.03 34.39 0.91 0.66
Hex F7 B4 5A 0 1B 40 3 22 5B 42
Octal 367 264 132 0 33 100 3 42 133 102
Binary 11110111 10110100 1011010 0 11011 1000000 11 100010 1011011 1000010

Color Harmonies of #F7B45A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7B45A

Black with #F7B45A

Text Example


Text Example

White with #F7B45A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7B45A; }

 p { color: rgb(247,180,90); }

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

background-color css

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

 a { background-color: rgb(247,180,90); }

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

border-color css

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

 span { border-color: rgb(247,180,90); }

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