Html Css Color HEX #FAB75E Texas Rose

📋 copy color: '#FAB75E'

red 250 ◦ green 183 ◦ blue 94

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

Shades of Texas Rose #FAB75E

Tints of Texas Rose #FAB75E

RGB

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

 GREEN value IS 183 (71.88% from 255) = 34.72%

 BLUE value IS 94 (37.11% from 255) = 17.84%

R = 47.44%
G = 34.72%
B = 17.84%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#FAB75E (or 0xFAB75E) is known color: Texas Rose. HEX triplet: FA, B7 and 5E. RGB value is (250,183,94). Sum of RGB (Red+Green+Blue) = 250+183+94=527 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.44% from 527); Green value is 183 (71.88% from 255 or 34.72% from 527); Blue value is 94 (37.11% from 255 or 17.84% from 527); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB75E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAB75E is #0548A1. Grayscale: #C1C1C1. Windows color (decimal): -346274 or 6207482. OLE color: 6207482.

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

Color convert

RGB 250 183 94 -
CMYK 0 0.27 0.62 0.02
HSL 34.23º 0.94% 0.67% -
HSV(B) 34.23º 0.62% 0.98% -
XYZ 58.38 55 18.13 -
YUV 192.89 72.2 168.74 -
System Red Green Blue C M Y K H S L
Decimal 250 183 94 0 0.27 0.62 0.02 34.23 0.94 0.67
Hex FA B7 5E 0 1B 3E 2 22 5E 43
Octal 372 267 136 0 33 76 2 42 136 103
Binary 11111010 10110111 1011110 0 11011 111110 10 100010 1011110 1000011

Color Harmonies of #FAB75E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB75E

Black with #FAB75E

Text Example


Text Example

White with #FAB75E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB75E; }

 p { color: rgb(250,183,94); }

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

background-color css

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

 a { background-color: rgb(250,183,94); }

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

border-color css

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

 span { border-color: rgb(250,183,94); }

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