Html Css Color HEX #FAB36B Rajah

📋 copy color: '#FAB36B'

red 250 ◦ green 179 ◦ blue 107

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

Shades of Rajah #FAB36B

Tints of Rajah #FAB36B

RGB

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

 GREEN value IS 179 (70.31% from 255) = 33.4%

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

R = 46.64%
G = 33.4%
B = 19.96%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#FAB36B (or 0xFAB36B) is known color: Rajah. HEX triplet: FA, B3 and 6B. RGB value is (250,179,107). Sum of RGB (Red+Green+Blue) = 250+179+107=536 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.64% from 536); Green value is 179 (70.31% from 255 or 33.40% from 536); Blue value is 107 (42.19% from 255 or 19.96% from 536); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB36B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAB36B is #054C94. Grayscale: #C0C0C0. Windows color (decimal): -347285 or 7058426. OLE color: 7058426.

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

Color convert

RGB 250 179 107 -
CMYK 0 0.28 0.57 0.02
HSL 30.21º 0.93% 0.7% -
HSV(B) 30.21º 0.57% 0.98% -
XYZ 58.2 53.63 21.19 -
YUV 192.02 80.02 169.35 -
System Red Green Blue C M Y K H S L
Decimal 250 179 107 0 0.28 0.57 0.02 30.21 0.93 0.7
Hex FA B3 6B 0 1C 39 2 1E 5D 46
Octal 372 263 153 0 34 71 2 36 135 106
Binary 11111010 10110011 1101011 0 11100 111001 10 11110 1011101 1000110

Color Harmonies of #FAB36B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB36B

Black with #FAB36B

Text Example


Text Example

White with #FAB36B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB36B; }

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

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

background-color css

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

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

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

border-color css

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

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

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