Html Css Color HEX #FAB76B Rajah

📋 copy color: '#FAB76B'

red 250 ◦ green 183 ◦ blue 107

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

Shades of Rajah #FAB76B

Tints of Rajah #FAB76B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 19.81%

R = 46.3%
G = 33.89%
B = 19.81%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#FAB76B (or 0xFAB76B) is known color: Rajah. HEX triplet: FA, B7 and 6B. RGB value is (250,183,107). Sum of RGB (Red+Green+Blue) = 250+183+107=540 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.30% from 540); Green value is 183 (71.88% from 255 or 33.89% from 540); Blue value is 107 (42.19% from 255 or 19.81% from 540); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB76B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAB76B is #054894. Grayscale: #C2C2C2. Windows color (decimal): -346261 or 7059450. OLE color: 7059450.

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

Color convert

RGB 250 183 107 -
CMYK 0 0.27 0.57 0.02
HSL 31.89º 0.93% 0.7% -
HSV(B) 31.89º 0.57% 0.98% -
XYZ 59.01 55.25 21.46 -
YUV 194.37 78.7 167.68 -
System Red Green Blue C M Y K H S L
Decimal 250 183 107 0 0.27 0.57 0.02 31.89 0.93 0.7
Hex FA B7 6B 0 1B 39 2 20 5D 46
Octal 372 267 153 0 33 71 2 40 135 106
Binary 11111010 10110111 1101011 0 11011 111001 10 100000 1011101 1000110

Color Harmonies of #FAB76B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB76B

Black with #FAB76B

Text Example


Text Example

White with #FAB76B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB76B; }

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

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

background-color css

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

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

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

border-color css

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

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

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