Html Css Color HEX #FAB76C Rajah

📋 copy color: '#FAB76C'

red 250 ◦ green 183 ◦ blue 108

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

Shades of Rajah #FAB76C

Tints of Rajah #FAB76C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 19.96%

R = 46.21%
G = 33.83%
B = 19.96%

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

#FAB76C (or 0xFAB76C) is known color: Rajah. HEX triplet: FA, B7 and 6C. RGB value is (250,183,108). Sum of RGB (Red+Green+Blue) = 250+183+108=541 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.21% from 541); Green value is 183 (71.88% from 255 or 33.83% from 541); Blue value is 108 (42.58% from 255 or 19.96% from 541); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB76C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAB76C is #054893. Grayscale: #C2C2C2. Windows color (decimal): -346260 or 7124986. OLE color: 7124986.

HSL color Cylindrical-coordinate representation of color #FAB76C: hue angle of 31.69º 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 #FAB76C is Cyan = 0, Magento = 0.27, Yellow = 0.57 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 183 108 -
CMYK 0 0.27 0.57 0.02
HSL 31.69º 0.93% 0.7% -
HSV(B) 31.69º 0.57% 0.98% -
XYZ 59.06 55.27 21.74 -
YUV 194.48 79.2 167.6 -
System Red Green Blue C M Y K H S L
Decimal 250 183 108 0 0.27 0.57 0.02 31.69 0.93 0.7
Hex FA B7 6C 0 1B 39 2 20 5D 46
Octal 372 267 154 0 33 71 2 40 135 106
Binary 11111010 10110111 1101100 0 11011 111001 10 100000 1011101 1000110

Color Harmonies of #FAB76C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB76C

Black with #FAB76C

Text Example


Text Example

White with #FAB76C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB76C; }

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

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

background-color css

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

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

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

border-color css

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

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

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