Html Css Color HEX #FAB053 Texas Rose

📋 copy color: '#FAB053'

red 250 ◦ green 176 ◦ blue 83

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

Shades of Texas Rose #FAB053

Tints of Texas Rose #FAB053

RGB

 RED value IS 250 (98.05% from 255) = 49.12%

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

 BLUE value IS 83 (32.81% from 255) = 16.31%

R = 49.12%
G = 34.58%
B = 16.31%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.67

 K value IS 0.02

RGB Variations

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

Color information

#FAB053 (or 0xFAB053) is known color: Texas Rose. HEX triplet: FA, B0 and 53. RGB value is (250,176,83). Sum of RGB (Red+Green+Blue) = 250+176+83=509 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.12% from 509); Green value is 176 (69.14% from 255 or 34.58% from 509); Blue value is 83 (32.81% from 255 or 16.31% from 509); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB053 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAB053 is #054FAC. Grayscale: #BBBBBB. Windows color (decimal): -348077 or 5484794. OLE color: 5484794.

HSL color Cylindrical-coordinate representation of color #FAB053: hue angle of 33.41º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FAB053 is Cyan = 0, Magento = 0.30, Yellow = 0.67 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 176 83 -
CMYK 0 0.30 0.67 0.02
HSL 33.41º 0.94% 0.65% -
HSV(B) 33.41º 0.67% 0.98% -
XYZ 56.51 52 15.24 -
YUV 187.52 69.02 172.56 -
System Red Green Blue C M Y K H S L
Decimal 250 176 83 0 0.30 0.67 0.02 33.41 0.94 0.65
Hex FA B0 53 0 1E 43 2 21 5E 41
Octal 372 260 123 0 36 103 2 41 136 101
Binary 11111010 10110000 1010011 0 11110 1000011 10 100001 1011110 1000001

Color Harmonies of #FAB053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB053

Black with #FAB053

Text Example


Text Example

White with #FAB053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB053; }

 p { color: rgb(250,176,83); }

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

background-color css

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

 a { background-color: rgb(250,176,83); }

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

border-color css

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

 span { border-color: rgb(250,176,83); }

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