Html Css Color HEX #FAB65A Texas Rose

📋 copy color: '#FAB65A'

red 250 ◦ green 182 ◦ blue 90

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

Shades of Texas Rose #FAB65A

Tints of Texas Rose #FAB65A

RGB

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

 GREEN value IS 182 (71.48% from 255) = 34.87%

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

R = 47.89%
G = 34.87%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#FAB65A (or 0xFAB65A) is known color: Texas Rose. HEX triplet: FA, B6 and 5A. RGB value is (250,182,90). Sum of RGB (Red+Green+Blue) = 250+182+90=522 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.89% from 522); Green value is 182 (71.48% from 255 or 34.87% from 522); Blue value is 90 (35.55% from 255 or 17.24% from 522); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB65A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAB65A is #0549A5. Grayscale: #C0C0C0. Windows color (decimal): -346534 or 5945082. OLE color: 5945082.

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

Color convert

RGB 250 182 90 -
CMYK 0 0.27 0.64 0.02
HSL 34.5º 0.94% 0.67% -
HSV(B) 34.5º 0.64% 0.98% -
XYZ 58 54.52 17.14 -
YUV 191.84 70.53 169.48 -
System Red Green Blue C M Y K H S L
Decimal 250 182 90 0 0.27 0.64 0.02 34.5 0.94 0.67
Hex FA B6 5A 0 1B 40 2 22 5E 43
Octal 372 266 132 0 33 100 2 42 136 103
Binary 11111010 10110110 1011010 0 11011 1000000 10 100010 1011110 1000011

Color Harmonies of #FAB65A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB65A

Black with #FAB65A

Text Example


Text Example

White with #FAB65A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB65A; }

 p { color: rgb(250,182,90); }

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

background-color css

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

 a { background-color: rgb(250,182,90); }

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

border-color css

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

 span { border-color: rgb(250,182,90); }

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