Html Css Color HEX #F4B05A Texas Rose

📋 copy color: '#F4B05A'

red 244 ◦ green 176 ◦ blue 90

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

Shades of Texas Rose #F4B05A

Tints of Texas Rose #F4B05A

RGB

 RED value IS 244 (95.7% from 255) = 47.84%

 GREEN value IS 176 (69.14% from 255) = 34.51%

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

R = 47.84%
G = 34.51%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.63

 K value IS 0.04

RGB Variations

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

Color information

#F4B05A (or 0xF4B05A) is known color: Texas Rose. HEX triplet: F4, B0 and 5A. RGB value is (244,176,90). Sum of RGB (Red+Green+Blue) = 244+176+90=510 (67% of max value = 765). Red value is 244 (95.70% from 255 or 47.84% from 510); Green value is 176 (69.14% from 255 or 34.51% from 510); Blue value is 90 (35.55% from 255 or 17.65% from 510); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B05A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F4B05A is #0B4FA5. Grayscale: #BABABA. Windows color (decimal): -741286 or 5943540. OLE color: 5943540.

HSL color Cylindrical-coordinate representation of color #F4B05A: hue angle of 33.51º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F4B05A is Cyan = 0, Magento = 0.28, Yellow = 0.63 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 176 90 -
CMYK 0 0.28 0.63 0.04
HSL 33.51º 0.88% 0.65% -
HSV(B) 33.51º 0.63% 0.96% -
XYZ 54.68 51.02 16.64 -
YUV 186.53 73.53 168.99 -
System Red Green Blue C M Y K H S L
Decimal 244 176 90 0 0.28 0.63 0.04 33.51 0.88 0.65
Hex F4 B0 5A 0 1C 3F 4 22 58 41
Octal 364 260 132 0 34 77 4 42 130 101
Binary 11110100 10110000 1011010 0 11100 111111 100 100010 1011000 1000001

Color Harmonies of #F4B05A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4B05A

Black with #F4B05A

Text Example


Text Example

White with #F4B05A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4B05A; }

 p { color: rgb(244,176,90); }

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

background-color css

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

 a { background-color: rgb(244,176,90); }

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

border-color css

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

 span { border-color: rgb(244,176,90); }

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